minor kernel header update
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
1693e4f257
commit
e467a283b1
|
|
@ -4,7 +4,6 @@
|
|||
#include <linux/types.h>
|
||||
#include <linux/pkt_sched.h>
|
||||
|
||||
|
||||
/* Action attributes */
|
||||
enum {
|
||||
TCA_ACT_UNSPEC,
|
||||
|
|
|
|||
|
|
@ -350,6 +350,7 @@ struct rtnexthop {
|
|||
#define RTNH_F_ONLINK 4 /* Gateway is forced on link */
|
||||
#define RTNH_F_OFFLOAD 8 /* offloaded route */
|
||||
#define RTNH_F_LINKDOWN 16 /* carrier-down on nexthop */
|
||||
#define RTNH_F_UNRESOLVED 32 /* The entry is unresolved (ipmr) */
|
||||
|
||||
#define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN | RTNH_F_OFFLOAD)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue