From 8743ecdee928b0d40bd64193319794f62bb4e1c8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 5 Feb 2017 12:27:56 +0100 Subject: [PATCH] pf: annotate that net.pf.share_forward is for IPv4 only --- sys/netpfil/pf/pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c index 796a2301800..4808b0cef24 100644 --- a/sys/netpfil/pf/pf.c +++ b/sys/netpfil/pf/pf.c @@ -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);