Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2009 12:01:30 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ipfw Makefile ipfw2.c ipfw2.h ipv6.c nat.c
Message-ID:  <200901271201.n0RC1lwu000568@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-01-27 12:01:30 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            Makefile ipfw2.c ipfw2.h 
  Added files:
    sbin/ipfw            ipv6.c nat.c 
  Log:
  SVN rev 187770 on 2009-01-27 12:01:30Z by luigi
  
  Put nat and ipv6 support in their own files.
  
  Usual moving of code with no changes from ipfw2.c to the
  newly created files, and addition of prototypes to ipfw2.h
  
  I have added forward declarations for ipfw_insn_* in ipfw2.h
  to avoid a global dependency on ip_fw.h
  
  Revision  Changes    Path
  1.18      +1 -1      src/sbin/ipfw/Makefile
  1.143     +2 -1317   src/sbin/ipfw/ipfw2.c
  1.3       +27 -2     src/sbin/ipfw/ipfw2.h
  1.1       +501 -0    src/sbin/ipfw/ipv6.c (new)
  1.1       +905 -0    src/sbin/ipfw/nat.c (new)



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