Skip to content

Commit

Permalink
net: vrf: Remove RT_FL_TOS
Browse files Browse the repository at this point in the history
No longer used after d66f6c0 ("net: ipv4: Remove l3mdev_get_saddr")

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David Ahern authored and David S. Miller committed Sep 17, 2016
1 parent 3613b3d commit e1fb9d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/vrf.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
#include <net/l3mdev.h>
#include <net/fib_rules.h>

#define RT_FL_TOS(oldflp4) \
((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK))

#define DRV_NAME "vrf"
#define DRV_VERSION "1.0"

Expand Down

0 comments on commit e1fb9d0

Please sign in to comment.