git: ipfw: Add ipfrag filter.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Sep 20 01:55:12 PDT 2017


commit cc9ef3d3edaed64f991ac44775c10b2f2523c349
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed Sep 20 08:21:58 2017 +0800

    ipfw: Add ipfrag filter.
    
    Unlike 'frag' filter, which only matches non-first IP fragments,
    this filter matches all IP fragments.

Summary of changes:
 sbin/ipfw/ipfw.8      | 37 ++++++++++++++++++++++++++++++-------
 sbin/ipfw/ipfw2.c     | 10 ++++++++++
 sys/net/ipfw/ip_fw2.c | 14 ++++++++++++++
 sys/net/ipfw/ip_fw2.h |  3 +++
 4 files changed, 57 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cc9ef3d3edaed64f991ac44775c10b2f2523c349


-- 
DragonFly BSD source repository



More information about the Commits mailing list