summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/nat.c
Commit message (Collapse)AuthorAgeFilesLines
* remove some signed/unsigned and one const/!const warningluigi2009-03-051-5/+5
|
* Add SCTP NAT support.piso2009-02-071-15/+52
| | | | Submitted by: CAIA (http://caia.swin.edu.au)
* put the altq-related functions into a separate file.luigi2009-02-011-2/+0
| | | | | Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used.
* Put nat and ipv6 support in their own files.luigi2009-01-271-0/+905
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
OpenPOWER on IntegriCloud