mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
do a proper fix
Pointed out by: np@ MFC after: 3 days
This commit is contained in:
parent
fc21c49a0f
commit
94162961c6
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#ifdef FLOWTABLE
|
||||
#include <net/flowtable.h>
|
||||
extern int VNET_NAME(ip6_output_flowtable_size) __section(VNET_SETNAME);
|
||||
VNET_DECLARE(int, ip6_output_flowtable_size);
|
||||
#define V_ip6_output_flowtable_size VNET(ip6_output_flowtable_size)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue