Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 09:46:27 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c ipfw2.h src/sys/netinet/ipfw ip_fw2.c
Message-ID:  <200912150950.nBF9o5kv068583@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-12-15 09:46:27 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw.8 ipfw2.c ipfw2.h 
    sys/netinet/ipfw     ip_fw2.c 
  Log:
  SVN rev 200567 on 2009-12-15 09:46:27Z by luigi
  
  implement a new match option,
  
      lookup {dst-ip|src-ip|dst-port|src-port|uid|jail} N
  
  which searches the specified field in table N and sets tablearg
  accordingly.
  With dst-ip or src-ip the option replicates two existing options.
  When used with other arguments, the option can be useful to
  quickly dispatch traffic based on other fields.
  
  Work supported by the Onelab project.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.234     +14 -0     src/sbin/ipfw/ipfw.8
  1.151     +45 -0     src/sbin/ipfw/ipfw2.c
  1.10      +1 -0      src/sbin/ipfw/ipfw2.h
  1.25      +31 -0     src/sys/netinet/ipfw/ip_fw2.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912150950.nBF9o5kv068583>