Ruslan Ermilov
e185ee8004
Unbreak this.
2006-02-14 15:22:24 +00:00
Gleb Smirnoff
bbc8878e6d
Fix check for leading zero, so that it does not block two zeroes
...
in hook name.
2005-05-29 12:20:41 +00:00
Gleb Smirnoff
06a411d34c
style: fix indentation and spacing.
...
Submitted by: ru
2005-02-11 23:17:50 +00:00
Gleb Smirnoff
8c6f962996
Do not trust ipfw: check m_len always, not only after m_dup.
...
Submitted by: ru
2005-02-11 23:07:22 +00:00
Gleb Smirnoff
aa4e078a04
- do m_pullup() after m_dup()
...
- clean style in previous commit
Suggested by: ru
2005-02-11 22:28:58 +00:00
Gleb Smirnoff
0a1a279e93
pullup to sizeof struct ip before sending to ip_output.
...
Suggested by: ru
2005-02-11 21:26:39 +00:00
Gleb Smirnoff
19b5577638
Packets from ipfw come with IP header in host byte order. Netgraph works
...
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
2005-02-11 20:53:41 +00:00
Gleb Smirnoff
ad1376cc73
Improve parsing of hook name.
...
Submitted by: ru
2005-02-07 11:16:07 +00:00
Gleb Smirnoff
670742a102
Add a ng_ipfw node, implementing a quick and simple interface between
...
ipfw(4) and netgraph(4) facilities.
Reviewed by: andre, brooks, julian
2005-02-05 12:06:33 +00:00