Renumber NHR_* flags after NHR_IFAIF removal in r368127.
Suggested by: rpokala
This commit is contained in:
parent
4c91d6bc44
commit
77df2c21cb
@ -223,10 +223,8 @@ VNET_DECLARE(u_int, fib_hash_outbound);
|
||||
|
||||
/* Nexthop request flags */
|
||||
#define NHR_NONE 0x00 /* empty flags field */
|
||||
#define NHR_REF 0x02 /* reference nexhop */
|
||||
|
||||
/* uRPF */
|
||||
#define NHR_NODEFAULT 0x04 /* do not consider default route */
|
||||
#define NHR_REF 0x01 /* reference nexhop */
|
||||
#define NHR_NODEFAULT 0x02 /* uRPF: do not consider default route */
|
||||
|
||||
/* Control plane route request flags */
|
||||
#define NHR_COPY 0x100 /* Copy rte data */
|
||||
|
Loading…
x
Reference in New Issue
Block a user