]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,
authorAndrey V. Elsukov <ae@FreeBSD.org>
Sun, 21 Oct 2018 15:10:59 +0000 (15:10 +0000)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Sun, 21 Oct 2018 15:10:59 +0000 (15:10 +0000)
commit094d6f8d75b4fad7704a0acf708f7dc600d4a134
treea103f0cfcf33dd6c75fd658648eb94272962be48
parent2244352a49b886c47242e971e10b2648acfea177
Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,
that was added using "new rule format". And then, when the kernel
returns rule with this flag, ipfw(8) can correctly show it.

Reported by: lev
MFC after: 3 weeks
Sponsored by: Yandex LLC
Differential Revision: https://reviews.freebsd.org/D17373
sbin/ipfw/ipfw2.c
sys/netinet/ip_fw.h