git: ipfw: Add interface network filter.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Thu Sep 28 08:23:06 PDT 2017


commit d6d724bc374e60931d676255a4c6d306bbd6daaa
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Thu Sep 28 15:14:49 2017 +0800

    ipfw: Add interface network filter.
    
    This eases src/dst matching if the IP address is assigned to the interface
    dynamically, e.g. by DHCP.

Summary of changes:
 sbin/ipfw/ipfw.8      | 10 +++++++++-
 sbin/ipfw/ipfw2.c     | 21 ++++++++++++++++++---
 sys/net/ipfw/ip_fw2.c | 25 +++++++++++++++++++------
 sys/net/ipfw/ip_fw2.h |  7 +++++--
 4 files changed, 51 insertions(+), 12 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list