summaryrefslogtreecommitdiffstats
path: root/sbin/ip6fw
Commit message (Collapse)AuthorAgeFilesLines
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Correct typo in usage.ume2001-03-181-1/+1
| | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-6/+6
|
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.kris2001-01-231-2/+2
| | | | This is untested, but believed to work.
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).ume2001-01-221-3/+3
| | | | Obtained from: KAME
* Room to hold rules should be dynamically allocated.ume2001-01-201-10/+18
| | | | PR: kern/24248
* Prepare for mdoc(7)NG.ru2000-12-181-8/+8
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-6/+6
|
* mdoc(7) style fixes and cleanupphantom2000-05-041-35/+39
|
* Fix path to ip6fwphantom2000-05-041-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-9/+18
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Repair incorrect ``first appeared in'' reference, which originally statedchris2000-02-091-1/+1
| | | | | that we supported an IPv6 firewall since version 2.0. It now correctly says `4.0'.
* Add ip6fw.shin2000-01-294-0/+1802
Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project
OpenPOWER on IntegriCloud