cvs commit: src/sys/netinet ip_dummynet.c ip_fw.h ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c

Oleg Bulyzhin oleg at FreeBSD.org
Sat Jul 29 08:24:13 UTC 2006


oleg        2006-07-29 08:24:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          ip_dummynet.c ip_fw.h ip_fw2.c 
    sbin/ipfw            ipfw.8 ipfw2.c 
  Log:
  MFC:
  src/sys/netinet/ip_dummynet.c rev. 1.101
  - Fix following rules: pipe X (tag|altq) Y ...
  
  src/sys/netinet/ip_fw.h rev. 1.106
  src/sys/netinet/ip_fw2.c rev. 1.132 1.134 1.135
  src/sbin/ipfw/ipfw2.c rev. 1.89 1.91
  src/sbin/ipfw/ipfw.8 rev. 1.188 1.189 1.190
  - Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).
    Since tags are kept while packet resides in kernelspace, it's possible to
    use other kernel facilities (like netgraph nodes) for altering those tags.
  
    Submitted by:   Andrey Elsukov <bu7cher at yandex dot ru>
    Submitted by:   Vadim Goncharov <vadimnuclight at tpu dot ru>
  
  - install_state(): style(9) cleanup
  
  - Add support of 'tablearg' feature for:
    a) 'tag' & 'untag' action parameters.
    b) 'tagged' & 'limit' rule options.
  
  - Minor imporvements to ipfw parser:
    a) new macros:
       GET_UINT_ARG - support of 'tablearg' keyword, argument range checking.
       PRINT_UINT_ARG - support of 'tablearg' keyword.
    b) strtoport(): do not silently truncate/accept invalid port list expressions
       like: '1,2-abc' or '1,2-3-4' or '1,2-3x4', style(9) cleanup.
  
  Revision    Changes    Path
  1.175.2.8   +67 -3     src/sbin/ipfw/ipfw.8
  1.76.2.9    +166 -58   src/sbin/ipfw/ipfw2.c
  1.93.2.5    +4 -0      src/sys/netinet/ip_dummynet.c
  1.100.2.4   +6 -0      src/sys/netinet/ip_fw.h
  1.106.2.16  +111 -37   src/sys/netinet/ip_fw2.c


More information about the cvs-src mailing list