summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ipfw.c
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak this.ru2006-02-141-3/+1
|
* Fix check for leading zero, so that it does not block two zeroesglebius2005-05-291-1/+5
| | | | in hook name.
* style: fix indentation and spacing.glebius2005-02-111-4/+4
| | | | Submitted by: ru
* Do not trust ipfw: check m_len always, not only after m_dup.glebius2005-02-111-2/+5
| | | | Submitted by: ru
* - do m_pullup() after m_dup()glebius2005-02-111-3/+4
| | | | | | - clean style in previous commit Suggested by: ru
* pullup to sizeof struct ip before sending to ip_output.glebius2005-02-111-1/+7
| | | | Suggested by: ru
* Packets from ipfw come with IP header in host byte order. Netgraph worksglebius2005-02-111-9/+12
| | | | | | | with net byte order. Change byte order to net in ng_ipfw_input(), change byte order to host before ip_output(), do not change before ip_input(). In collaboration with: ru
* Improve parsing of hook name.glebius2005-02-071-6/+8
| | | | Submitted by: ru
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-051-0/+321
ipfw(4) and netgraph(4) facilities. Reviewed by: andre, brooks, julian
OpenPOWER on IntegriCloud