summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* Dummynet has a limit of 100 slots queue size (or 1MB, if you givedwmalone2008-02-271-5/+18
* Add table/tablearg support to ipfw's nat.piso2008-02-241-9/+5
* -Fix display of nat range.piso2008-02-211-6/+5
* Fix display of multiple nat rules.piso2008-02-181-4/+4
* Instead of using a heuristic to decide whether to displayjulian2008-02-181-6/+9
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-251-0/+2
* o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ...maxim2008-01-201-0/+2
* Calculate p.fs.lookup_step correctly. This should prevent zeroing ofoleg2007-12-171-3/+3
* o Fix indentation. No functional changes.maxim2007-10-271-10/+10
* Comply with the removal of IPTOS_CE and IPTOS_ECT.rpaulo2007-10-191-2/+2
* o Cosmetic: fix the issue when "ipfw(8) show" produces "not" twice:maxim2007-09-231-2/+2
* o Fix bug I introduced in the previous commit (ipfw set extention):maxim2007-08-261-3/+3
* o Make ipfw set more robust -- now it is possible:maxim2007-06-181-39/+111
* o Teach get_mac_addr_mask() to not silently accept incorrect MACmaxim2007-05-091-22/+38
* Add support for filtering on Routing Header Type 0 andbz2007-05-041-0/+18
* o Make ipfw(8) show rules with mac/mac-type options correctly.maxim2007-04-301-36/+17
* o Add missed w/space in the error message.maxim2007-04-171-1/+1
* Fix a parsing bug when specifying more than one address with dotted decimalmlaier2007-01-071-2/+8
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-291-9/+908
* o Check for a required "pathname" argument presence.maxim2006-09-291-0/+2
* Check the length of the ipv4 and ipv6 address lists. It must be lessjhay2006-09-161-0/+4
* Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),jhay2006-09-161-1/+1
* A pipe bandwidth of 10MBits/s should probablydwmalone2006-08-231-1/+2
* Regigle parens to try and get the intended affect. This should fix peopledwmalone2006-08-201-6/+6
* comply with style policejulian2006-08-181-13/+10
* Allow ipfw to forward to a destination that is specified by a table.julian2006-08-171-9/+44
* Use the SLIST_NEXT macro instead of sle_next.stefanf2006-08-051-2/+2
* Add support of 'tablearg' feature for:oleg2006-06-151-77/+121
* Print dynamic rules for IPv6 as well.mlaier2006-06-021-5/+15
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).oleg2006-05-241-8/+72
* For src/dest parsing take off the netmask before checking for AF withmlaier2006-05-141-15/+31
* Amazing.. two screwups in one commit.julian2006-03-311-1/+2
* I can't believe that no-one noticed that I broke ipfw table deljulian2006-03-311-1/+2
* Revert `proto ip' back to the previous behavior. The kernel side ofume2006-03-051-3/+3
* oops, mismerge from working sources.. not only add new code,julian2006-02-141-2/+0
* Stop ipfw from aborting when asked to delete a table entry thatjulian2006-02-141-0/+11
* Add a new feature for optimizining ipfw rulesets - substitution of theglebius2005-12-131-46/+44
* Cleanup _FreeBSD_version.glebius2005-12-091-3/+0
* We couldn't specify the rule for filtering tunnel traffic since anume2005-11-291-16/+49
* Catch up with ip_dummynet.h rev. 1.38 and fix build.glebius2005-11-291-2/+2
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),glebius2005-11-291-1/+1
* * Add dynamic sysctl for net.inet6.ip6.fw.bz2005-08-131-2/+69
* add_proto() now fills proto for us so stop to 'guess' the protocol from themlaier2005-06-071-5/+2
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-031-13/+56
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsmlaier2005-05-211-2/+1
* Fix a the previous commit. I wanted to remove the if and always run thebrooks2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.brooks2005-04-261-2/+0
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-35/+698
* Be more specific when complaining about bit masks.brooks2005-04-051-2/+2
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-051-0/+22
OpenPOWER on IntegriCloud