aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly.Max Laier2005-09-281-4/+4
* * Add dynamic sysctl for net.inet6.ip6.fw.Bjoern A. Zeeb2005-08-132-3/+89
* Bump document date. Remove EOL whitespace introduced in previousColin Percival2005-07-011-3/+4
* Document some limitations of uid/gid rules.Colin Percival2005-07-011-0/+11
* Markup fixes.Ruslan Ermilov2005-06-141-4/+4
* add_proto() now fills proto for us so stop to 'guess' the protocol from theMax Laier2005-06-071-5/+2
* Better explain, then actually implement the IPFW ALTQ-rule first-matchBrian Feldman2005-06-041-2/+13
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.Max Laier2005-06-032-26/+71
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsMax Laier2005-05-211-2/+1
* 'ngtee' also depends on net.inet.ip.fw.one_pass.Gleb Smirnoff2005-05-111-1/+3
* IPFW version 2 is the only option now in HEAD. Do not confuseGleb Smirnoff2005-05-041-45/+0
* Fix a the previous commit. I wanted to remove the if and always run theBrooks Davis2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.Brooks Davis2005-04-261-2/+0
* Add IPv6 support to IPFW and Dummynet.Brooks Davis2005-04-182-65/+820
* Be more specific when complaining about bit masks.Brooks Davis2005-04-051-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'Andre Oppermann2005-02-221-1/+14
* Expand *n't contractions.Ruslan Ermilov2005-02-131-4/+4
* Sort SEE ALSO.Gleb Smirnoff2005-02-071-1/+1
* Document how interaction with ng_ipfw node is configured.Gleb Smirnoff2005-02-051-2/+23
* Add a ng_ipfw node, implementing a quick and simple interface betweenGleb Smirnoff2005-02-051-0/+22
* Don't print extra " via ", if we have already printed one. While here,Gleb Smirnoff2005-01-181-4/+6
* Sort sections.Ruslan Ermilov2005-01-181-27/+27
* Markup nits.Ruslan Ermilov2005-01-151-16/+14
* Deprecate unmaintainable uses of strncmp to implement abbreviations.Brooks Davis2005-01-151-60/+112
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-1/+2
* Write some bit mask limits in hex rather than decimal so they look lessBrooks Davis2005-01-071-2/+2
* Update the IPFW man page to reflect reality. mpsafenet=0 is no longerChristian S.J. Peron2004-12-101-10/+0
* Remove a duplicate line from an apparent merge error in rev 1.63.Brooks Davis2004-11-251-1/+0
* Be more clear that "bridged" is a synonym for "layer2".Ceri Davies2004-11-031-1/+2
* Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...Andre Oppermann2004-10-221-4/+4
* Add a note to the man page warning users about possible lock orderChristian S.J. Peron2004-10-091-0/+10
* Reference altq(4) instead of pf.conf(5).Brian Feldman2004-10-081-2/+2
* Commit forgotten documentation for "diverted" rules.Brian Feldman2004-10-081-1/+2
* Remove blindly-copied extra include path.Brian Feldman2004-10-031-1/+0
* Add support to IPFW for matching by TCP data length.Brian Feldman2004-10-032-0/+29
* Add the documentation for IPFW's diverted(-loopback|-output) matches.Brian Feldman2004-10-031-0/+8
* Add support to IPFW for classification based on "diverted" statusBrian Feldman2004-10-031-0/+35
* Remove accidentally-added O_DIVERTED section.Brian Feldman2004-10-031-17/+0
* Add to IPFW the ability to do ALTQ classification/tagging.Brian Feldman2004-10-033-33/+258
* Since "d" is an array of 32 bit values, it is moreChristian S.J. Peron2004-09-211-1/+1
* Prepare for 5.x soon becoming -STABLE.Ruslan Ermilov2004-09-191-8/+8
* Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copiedAndre Oppermann2004-09-131-13/+2
* Currently when ipfw(8) generates the micro-instructions for rules whichChristian S.J. Peron2004-09-111-3/+3
* o Initialize a local variable and make gcc happy.Maxim Konovalov2004-09-101-0/+2
* o Restore a historical ipfw1 logamount behaviour: rules with 'log'Maxim Konovalov2004-08-291-0/+7
* Fix 'show' command for pipes and queues.Pawel Jakub Dawidek2004-08-231-1/+7
* Remove trailing whitespace and change "prisoniD" to "prisonID".Christian S.J. Peron2004-08-131-2/+2
* Add the ability to associate ipfw rules with a specific prison ID.Christian S.J. Peron2004-08-122-0/+26
* New ipfw option "antispoof":Andre Oppermann2004-08-092-3/+49
* Extend versrcreach by checking against the rt_flags for RTF_REJECT andAndre Oppermann2004-07-211-2/+2