mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Staticise the fw chain.
This commit is contained in:
parent
b78929a257
commit
ba9613cd9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89067
@ -82,7 +82,7 @@ static int fw6_verbose_limit = IPV6FIREWALL_VERBOSE_LIMIT;
|
||||
static int fw6_verbose_limit = 0;
|
||||
#endif
|
||||
|
||||
LIST_HEAD (ip6_fw_head, ip6_fw_chain) ip6_fw_chain;
|
||||
static LIST_HEAD (ip6_fw_head, ip6_fw_chain) ip6_fw_chain;
|
||||
|
||||
#ifdef SYSCTL_NODE
|
||||
SYSCTL_DECL(_net_inet6_ip6);
|
||||
|
Loading…
Reference in New Issue
Block a user