git: ipfw3: insert the new rule in the beginning

Bill Yuan bycn82 at crater.dragonflybsd.org
Mon Jan 7 00:10:56 PST 2019


commit 372a54ac58f64460077ee278a828abd020f53915
Author: Your Name <you at example.com>
Date:   Mon Jan 7 08:03:12 2019 +0000

    ipfw3: insert the new rule in the beginning
    
    "ipfw3 add" is still the same, while the "ipfw3 insert" is the new method
    which will insert the new rule in the beginning of the rule list.

Summary of changes:
 sbin/ipfw3/ipfw3.8     |  4 ++--
 sbin/ipfw3/ipfw3.c     |  9 +++++++--
 sbin/ipfw3/ipfw3.h     |  2 +-
 sys/net/ipfw3/ip_fw3.c | 10 ++++++++--
 sys/net/ipfw3/ip_fw3.h |  1 +
 5 files changed, 19 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/372a54ac58f64460077ee278a828abd020f53915


-- 
DragonFly BSD source repository



More information about the Commits mailing list