Fix build.
This commit is contained in:
parent
6d85720d18
commit
3eeeb7c9a3
@ -85,9 +85,11 @@ struct rt_metrics {
|
||||
|
||||
#define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */
|
||||
#define RT_ALL_FIBS -1 /* Announce event for every fib */
|
||||
#ifdef _KERNEL
|
||||
extern u_int rt_numfibs; /* number of usable routing tables */
|
||||
VNET_DECLARE(u_int, rt_add_addr_allfibs); /* Announce interfaces to all fibs */
|
||||
#define V_rt_add_addr_allfibs VNET(rt_add_addr_allfibs)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* We distinguish between routes to hosts and routes to networks,
|
||||
|
Loading…
x
Reference in New Issue
Block a user