aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct format specificator to print setdscp action.Andrey V. Elsukov2018-10-251-1/+1
* Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,Andrey V. Elsukov2018-10-211-1/+10
* Add "src-ip" or "dst-ip" keyword to the output, when we are printing theAndrey V. Elsukov2018-09-261-0/+12
* Restore the behaviour changed in r337536, when bad `ipfw delete` commandAndrey V. Elsukov2018-08-101-1/+1
* If -q flag is specified, do not complain when we are trying to deleteAndrey V. Elsukov2018-08-091-3/+9
* Add "record-state", "set-limit" and "defer-action" rule options to ipfw.Andrey V. Elsukov2018-07-091-18/+67
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-031-4/+4
* Fix the printing of rule comments.Andrey V. Elsukov2018-05-101-3/+3
* Remove printing of "not" keyword from print_ip6() function.Andrey V. Elsukov2018-04-121-7/+5
* Remove printing of "not" keyword from print_ip() function.Andrey V. Elsukov2018-04-121-3/+2
* Rework ipfw rules parsing and printing code.Andrey V. Elsukov2018-03-281-749/+777
* Fix rule number truncation, use uint16_t type to specify rulenum.Andrey V. Elsukov2017-12-241-3/+4
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+3
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-261-0/+16
* Properly initialize ipfw_range_tlv variable to fix possible EINVALAndrey V. Elsukov2017-05-021-7/+7
* Add ipfw_pmod kernel module.Andrey V. Elsukov2017-04-031-0/+23
* Add O_EXTERNAL_DATA opcode support.Andrey V. Elsukov2017-04-031-0/+16
* Change the syntax of ipfw's named states.Andrey V. Elsukov2017-03-151-44/+30
* Fix a bug in r272840; given that the optlen parameter of setsockopt(2)Marius Strobl2016-12-281-3/+5
* Fix 'ipfw delete set N':Oleg Bulyzhin2016-11-291-1/+1
* Add missing support of named lookup tables to the IPv6 code.Andrey V. Elsukov2016-11-151-6/+7
* Add an ability to attach comment to check-state rules.Andrey V. Elsukov2016-08-141-1/+10
* Do not warn about ambiguous state name when we inspect a comment token.Andrey V. Elsukov2016-08-141-7/+10
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+2
* Restore "nat global" support.Andrey V. Elsukov2016-08-111-2/+2
* Fix formatting of setfib opcode.Andrey V. Elsukov2016-08-081-2/+5
* Fix constructing of setdscp opcode with tablearg keyword.Andrey V. Elsukov2016-08-081-8/+12
* Add named dynamic states support to ipfw(4).Andrey V. Elsukov2016-07-191-9/+87
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-181-0/+1
* Make `ipfw internal olist` output more user friendly.Andrey V. Elsukov2016-05-171-2/+35
* Make named objects set-aware. Now it is possible to create namedAndrey V. Elsukov2016-05-171-0/+3
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-2/+2
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-7/+146
* Fix output formatting of O_UNREACH6 opcode.Andrey V. Elsukov2016-04-141-1/+1
* Set buffer to empty string to prevent duplicated output in some cases.Andrey V. Elsukov2016-03-091-0/+1
* Fix bug in filling and handling ipfw's O_DSCP opcode.Andrey V. Elsukov2016-02-241-1/+1
* Implement `ipfw internal olist` command to list named objects.Andrey V. Elsukov2015-11-031-0/+41
* Fix possible segmentation fault.Andrey V. Elsukov2015-10-031-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-3/+1
* In ipfw2, avoid left-shifting negative integers, which is undefined.Dimitry Andric2015-08-121-4/+4
* Fix ipfw range deletion.Alexander V. Chernikov2015-08-031-3/+8
* Generalize object reference handling in ipfw rules.Alexander V. Chernikov2015-04-261-7/+118
* Properly initialize scope zone id when next hop address storedAndrey V. Elsukov2015-03-131-5/+8
* Retrieve counters from kernel if rule timstamping is requested.Alexander V. Chernikov2015-02-051-2/+4
* Fix displaying non-contiguous netmasks.Alexander V. Chernikov2014-10-241-3/+4
* * Zero rule buffer.Alexander V. Chernikov2014-10-181-6/+7
* * Fix table sets handling.Alexander V. Chernikov2014-10-171-2/+3
* Show error when deleting non-existing rule number.Alexander V. Chernikov2014-10-131-2/+9
* * Fix zeroing individual entries via ipfw(8).Alexander V. Chernikov2014-10-131-1/+11