]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sbin/ipfw/ipfw.8
ipfw: make the "frag" keyword accept additional options "mf",
authorGleb Smirnoff <glebius@FreeBSD.org>
Tue, 11 Aug 2020 15:46:22 +0000 (15:46 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Tue, 11 Aug 2020 15:46:22 +0000 (15:46 +0000)
commit825398f946221045c565363a0349f68d054d6455
tree08d7453888fa2436ceb9ece74c1f9e29a82b4869
parent3b44443626603f65bba2804f08a7dfa6e6675bb4
ipfw: make the "frag" keyword accept additional options "mf",
"df", "rf" and "offset".  This allows to match on specific
bits of ip_off field.

For compatibility reasons lack of keyword means "offset".

Reviewed by: ae
Differential Revision: https://reviews.freebsd.org/D26021
sbin/ipfw/ipfw.8
sbin/ipfw/ipfw2.c
sys/netpfil/ipfw/ip_fw2.c