pf: annotate that net.pf.share_forward is for IPv4 only

This commit is contained in:
Franco Fichtner 2017-02-05 12:27:56 +01:00
parent d189241c36
commit 8743ecdee9

View file

@ -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);