git: ipfw: Add interface IP filter.
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Wed Sep 27 01:55:02 PDT 2017
commit e14e218526b2f0bbce97755e3323d84986441b31
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Wed Sep 27 15:50:24 2017 +0800
ipfw: Add interface IP 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 | 9 ++++-
sbin/ipfw/ipfw2.c | 31 +++++++++++++++
sys/net/ipfw/ip_fw2.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++
sys/net/ipfw/ip_fw2.h | 13 +++++++
4 files changed, 155 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e14e218526b2f0bbce97755e3323d84986441b31
--
DragonFly BSD source repository
More information about the Commits
mailing list