aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some unused variables.Roman Kurakin2008-09-201-4/+3
* Style(9) the show_nat() function.Roman Kurakin2008-09-201-1/+2
* Do not do the useless job for an empty table.Roman Kurakin2008-09-201-0/+5
* Use IPFW_DEFAULT_RULE instead of hardcoded value since now it isRoman Kurakin2008-09-061-8/+9
* Trivial typo fix.Ivan Voras2008-08-271-1/+1
* Slight wordsmithing. prompted by danger@Julian Elischer2008-08-011-2/+5
* Document the use of the tablearg keyword together with the skipto command.Julian Elischer2008-08-011-3/+16
* Note that setfib is not a terminal rule.Julian Elischer2008-07-241-1/+2
* Change two variables to size_t to improve portability.Julian Elischer2008-05-101-1/+2
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-092-2/+49
* Dummynet has a limit of 100 slots queue size (or 1MB, if you giveDavid Malone2008-02-272-5/+32
* Add table/tablearg support to ipfw's nat.Paolo Pisati2008-02-242-10/+6
* -Fix display of nat range.Paolo Pisati2008-02-211-6/+5
* Fix display of multiple nat rules.Paolo Pisati2008-02-181-4/+4
* Instead of using a heuristic to decide whether to displayJulian Elischer2008-02-182-6/+14
* Add a note that ipfw states do not implicitly match ICMP error messages.Yaroslav Tykhiy2008-02-071-0/+6
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanRobert Watson2008-01-251-0/+2
* o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ...Maxim Konovalov2008-01-201-0/+2
* Calculate p.fs.lookup_step correctly. This should prevent zeroing ofOleg Bulyzhin2007-12-171-3/+3
* Polish this manual page a bit:Daniel Gerzo2007-11-261-73/+110
* - New sysctl variable: net.inet.ip.dummynet.io_fastOleg Bulyzhin2007-11-171-1/+19
* o Fix indentation. No functional changes.Maxim Konovalov2007-10-271-10/+10
* Change IPTOS_CE to IPTOS_ECN_CE.Rui Paulo2007-10-191-2/+2
* Comply with the removal of IPTOS_CE and IPTOS_ECT.Rui Paulo2007-10-191-2/+2
* o Fix a typo in ipfw table usage example.Maxim Konovalov2007-10-141-1/+1
* o Cosmetic: fix the issue when "ipfw(8) show" produces "not" twice:Maxim Konovalov2007-09-231-2/+2
* o Fix bug I introduced in the previous commit (ipfw set extention):Maxim Konovalov2007-08-261-3/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.Bjoern A. Zeeb2007-08-051-2/+2
* Remove references to mpsafenet. This option no longer exists.Christian S.J. Peron2007-08-041-14/+1
* o Make ipfw set more robust -- now it is possible:Maxim Konovalov2007-06-182-41/+131
* o Teach get_mac_addr_mask() to not silently accept incorrect MACMaxim Konovalov2007-05-091-22/+38
* Add support for filtering on Routing Header Type 0 andBjoern A. Zeeb2007-05-042-3/+25
* o Make ipfw(8) show rules with mac/mac-type options correctly.Maxim Konovalov2007-04-301-36/+17
* o Add missed w/space in the error message.Maxim Konovalov2007-04-171-1/+1
* Mention the nat command in the synopsis and in the action section.Paolo Pisati2007-02-151-0/+13
* Fix a parsing bug when specifying more than one address with dotted decimalMax Laier2007-01-071-2/+8
* Summer of Code 2005: improve libalias - part 2 of 2Paolo Pisati2006-12-292-9/+1022
* Add a note about rule syntax compared to the shell used so users do not getTom Rhodes2006-10-091-0/+4
* When addr/mask examples are given, show both a host and networkGiorgos Keramidas2006-10-041-5/+6
* o Check for a required "pathname" argument presence.Maxim Konovalov2006-09-291-0/+2
* Markup fixes.Ruslan Ermilov2006-09-181-2/+4
* Check the length of the ipv4 and ipv6 address lists. It must be lessJohn Hay2006-09-161-0/+4
* Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),John Hay2006-09-161-1/+1
* A pipe bandwidth of 10MBits/s should probablyDavid Malone2006-08-231-1/+2
* Regigle parens to try and get the intended affect. This should fix peopleDavid Malone2006-08-201-6/+6
* Fix typo.Julian Elischer2006-08-201-1/+1
* comply with style policeJulian Elischer2006-08-182-18/+19
* Allow ipfw to forward to a destination that is specified by a table.Julian Elischer2006-08-172-11/+60
* Take IP_FIREWALL_EXTENDED out of the man page too.Julian Elischer2006-08-171-8/+0
* Use the SLIST_NEXT macro instead of sle_next.Stefan Farfeleder2006-08-051-2/+2