Home
last modified time | relevance | path

Searched refs:default_to_accept (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/sys/netpfil/common/
H A Dutils.subr90 elif [ $(sysctl -n net.inet.ip.fw.default_to_accept) -ne 1 ]; then
91 atf_skip "ipfw tests require net.inet.ip.fw.default_to_accept=1 tunable"
/freebsd/tests/ci/tools/
H A Dci.conf50 net.inet.ip.fw.default_to_accept=1
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c135 static int default_to_accept = 1; variable
137 static int default_to_accept; variable
224 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, default_to_accept, CTLFLAG_RDTUN,
225 &default_to_accept, 0,
3653 default_to_accept ? "accept" : "deny"); in ipfw_init()
3743 rule->cmd[0].opcode = default_to_accept ? O_ACCEPT : O_DENY; in vnet_ipfw_init()