mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
pf: annotate that net.pf.share_forward is for IPv4 only
This commit is contained in:
parent
d189241c36
commit
8743ecdee9
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ static VNET_DEFINE(int, pf_share_forward) = 0;
|
|||
|
||||
SYSCTL_INT(_net_pf, OID_AUTO, share_forward,
|
||||
CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(pf_share_forward), 0,
|
||||
"If set pf(4) will share forwarding decisions with ipfw(4).");
|
||||
"If set pf(4) will share IPv4 forwarding decisions with ipfw(4).");
|
||||
|
||||
VNET_DEFINE(void *, pf_swi_cookie);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue