--- fwsync/patches/ip_fw2.patch 2022/06/22 13:01:55 1.1 +++ fwsync/patches/ip_fw2.patch 2022/07/11 21:26:34 1.2 @@ -1,13 +1,12 @@ diff --git a/sys/netpfil/ipfw/ip_fw2.c b/sys/netpfil/ipfw/ip_fw2.c -index 7b6cca68fd1..62995ba76be 100644 +index 99d3a9c58cb..450b421374f 100644 --- a/sys/netpfil/ipfw/ip_fw2.c +++ b/sys/netpfil/ipfw/ip_fw2.c -@@ -186,6 +186,9 @@ ipfw_nat_cfg_t *ipfw_nat_del_ptr; +@@ -186,6 +186,8 @@ ipfw_nat_cfg_t *ipfw_nat_del_ptr; ipfw_nat_cfg_t *ipfw_nat_get_cfg_ptr; ipfw_nat_cfg_t *ipfw_nat_get_log_ptr; +VNET_DEFINE(ipfw_hook_t, hook_state) = NULL; -+VNET_DEFINE(ipfw_hook_t, hook_alias) = NULL; + #ifdef SYSCTL_NODE uint32_t dummy_def = IPFW_DEFAULT_RULE;