summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r316435:ae2017-07-151-0/+23
* MFC r316434:ae2017-07-151-0/+16
* MFC r304041:ae2017-07-151-0/+2
* MFC r303012:ae2017-07-151-0/+1
* MFC r303018:ae2017-07-151-13/+91
* Ooops, the second argument is only necessary when a table is not used.Luiz Otavio O Souza2016-10-201-1/+4
* Add ipfw support to MAC address tables.Luiz Otavio O Souza2016-10-171-4/+23
* Merge from stable/11 r304079:ae2016-08-141-2/+2
* MFC r303842:ae2016-08-111-10/+17
* Make `ipfw internal olist` output more user friendly.ae2016-05-171-2/+35
* Make named objects set-aware. Now it is possible to create namedae2016-05-171-0/+3
* sbin: minor spelling fixes.pfg2016-04-301-2/+2
* Add External Actions KPI to ipfw(9).ae2016-04-141-7/+146
* Fix output formatting of O_UNREACH6 opcode.ae2016-04-141-1/+1
* Set buffer to empty string to prevent duplicated output in some cases.ae2016-03-091-0/+1
* Fix bug in filling and handling ipfw's O_DSCP opcode.ae2016-02-241-1/+1
* Implement `ipfw internal olist` command to list named objects.ae2015-11-031-0/+41
* Fix possible segmentation fault.ae2015-10-031-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-251-3/+1
* In ipfw2, avoid left-shifting negative integers, which is undefined.dim2015-08-121-4/+4
* Fix ipfw range deletion.melifaro2015-08-031-3/+8
* Generalize object reference handling in ipfw rules.melifaro2015-04-261-7/+118
* Properly initialize scope zone id when next hop address storedae2015-03-131-5/+8
* Retrieve counters from kernel if rule timstamping is requested.melifaro2015-02-051-2/+4
* Fix displaying non-contiguous netmasks.melifaro2014-10-241-3/+4
* * Zero rule buffer.melifaro2014-10-181-6/+7
* * Fix table sets handling.melifaro2014-10-171-2/+3
* Show error when deleting non-existing rule number.melifaro2014-10-131-2/+9
* * Fix zeroing individual entries via ipfw(8).melifaro2014-10-131-1/+11
* Partially fix build on !amd64melifaro2014-10-101-1/+1
* Sync to HEAD@r272609.melifaro2014-10-061-4/+25
|\
| * Improve "reserved keywords" hack:melifaro2014-10-061-4/+25
| * Whitespace/style changes merged from projects/ipfw.melifaro2014-08-231-1/+1
| * Merge buffer-printing changes from from projects/ipfw as preparationmelifaro2014-08-231-311/+459
* | Fix tracked interface list retrieval.melifaro2014-10-051-1/+1
* | Fix GCC wardnings.melifaro2014-10-041-1/+1
* | Return setsockopt() directly.melifaro2014-09-051-4/+1
* | Use per-function errno handling instead of global one.melifaro2014-09-051-20/+14
* | Add support for multi-field values inside ipfw tables.melifaro2014-08-311-9/+20
* | * Pass proper table set numbers from userland side.melifaro2014-08-131-6/+8
* | Update op3 cmds.melifaro2014-08-131-34/+10
* | Move one step further towards libipfw: convert show_static_rule() tomelifaro2014-08-121-171/+161
* | * Update table_handler cmd listmelifaro2014-08-121-0/+31
* | Change tablearg value to be 0 (try #2).melifaro2014-08-121-11/+22
* | Kernel changes:melifaro2014-08-081-3/+4
* | Partially revert previous commit:melifaro2014-08-081-8/+8
* | * Switch tablearg value from 65535 to 0.melifaro2014-08-081-10/+10
* | Kernel changes:melifaro2014-08-071-50/+92
* | * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.melifaro2014-08-031-2/+30
* | * Permit limiting number of items in table.melifaro2014-08-011-2/+6
OpenPOWER on IntegriCloud