]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r364117 by glebius:
authorGleb Smirnoff <glebius@FreeBSD.org>
Tue, 11 Aug 2020 15:46:22 +0000 (15:46 +0000)
committerGordon Bergling <gbe@FreeBSD.org>
Sun, 3 Jan 2021 13:23:48 +0000 (14:23 +0100)
commite56b2f0b28048cea88fa6000a2bf08a75f055526
tree5d756284032cc0f3b749ce7e902db827da1505a9
parentea7401fe67649c3eaeff39b6d909d79bfeb709ee
MFC r364117 by glebius:

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
Approved by: glebius
Differential Revision: https://reviews.freebsd.org/D26021

(cherry picked from commit 825398f946221045c565363a0349f68d054d6455)
sbin/ipfw/ipfw.8
sbin/ipfw/ipfw2.c
sys/netpfil/ipfw/ip_fw2.c