git: ipfw3: support lookup tables
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Tue Oct  6 11:10:01 PDT 2015
    
    
  
commit 390a3a0e9abb50102d46a6753a3b36d7432bb0e6
Author: Bill Yuan <bycn82 at leaf.dragonflybsd.org>
Date:   Thu Oct 1 09:26:11 2015 +0800
    ipfw3: support lookup tables
Summary of changes:
 sbin/ipfw3/ipfw3.c           | 319 ++++++++++++++++++++++
 sys/net/ipfw3/Makefile       |   1 +
 sys/net/ipfw3/ip_fw3.c       |  20 +-
 sys/net/ipfw3/ip_fw3.h       |  16 ++
 sys/net/ipfw3/ip_fw3_table.c | 634 +++++++++++++++++++++++++++++++++++++++++++
 sys/net/ipfw3/ip_fw3_table.h | 108 ++++++++
 6 files changed, 1097 insertions(+), 1 deletion(-)
 create mode 100644 sys/net/ipfw3/ip_fw3_table.c
 create mode 100644 sys/net/ipfw3/ip_fw3_table.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/390a3a0e9abb50102d46a6753a3b36d7432bb0e6
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list