diff options
Diffstat (limited to 'include/linux/fib_rules.h')
| -rw-r--r-- | include/linux/fib_rules.h | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h index 87b606b63f1..c7e5b700bb9 100644 --- a/include/linux/fib_rules.h +++ b/include/linux/fib_rules.h @@ -13,8 +13,7 @@  /* try to find source address in routing lookups */  #define FIB_RULE_FIND_SADDR	0x00010000 -struct fib_rule_hdr -{ +struct fib_rule_hdr {  	__u8		family;  	__u8		dst_len;  	__u8		src_len; @@ -28,8 +27,7 @@ struct fib_rule_hdr  	__u32		flags;  }; -enum -{ +enum {  	FRA_UNSPEC,  	FRA_DST,	/* destination address */  	FRA_SRC,	/* source address */ @@ -52,8 +50,7 @@ enum  #define FRA_MAX (__FRA_MAX - 1) -enum -{ +enum {  	FR_ACT_UNSPEC,  	FR_ACT_TO_TBL,		/* Pass to fixed table */  	FR_ACT_GOTO,		/* Jump to another rule */  |