Renumber NHR_* flags after NHR_IFAIF removal in r368127.

Suggested by:	rpokala
This commit is contained in:
Alexander V. Chernikov 2020-11-30 21:42:55 +00:00
parent 4c91d6bc44
commit 77df2c21cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368198

View File

@ -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 */