David Greenman
f70b105004
Added $Id$.
1995-07-23 05:36:31 +00:00
David Greenman
c6e8c3576e
Fixed panic that occurs on certain firewall rejected packets that was
...
caused by dtom() being used on an mbuf cluster. The fix involves passing
around the mbuf pointer.
Submitted by: Bill Fenner
1995-07-09 14:29:46 +00:00
David Greenman
04c3f9f7ab
Added some spaces for KNF. Moved some zero-initialized pointers into the
...
kernel's .bss.
1995-07-04 05:46:13 +00:00
Rodney W. Grimes
9b2e535452
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
Ugen J.S. Antsilevich
2b43c8c9db
ip_fwdef.c was missing some assignments , and this
...
caused that bug by which firewall code was not working
if configured into kernel and worked only as lkm.
Now this must be fixed...Sorry guys..
1995-01-26 10:26:15 +00:00
Ugen J.S. Antsilevich
4dd1662b4c
Actual firewall change.
...
1) Firewall is not subdivided on forwarding / blocking chains
anymore.Actually only one chain left-it was the blocking one.
2) LKM support.ip_fwdef.c is function pointers definition and
goes into kernel along with all INET stuff.
1995-01-12 13:06:32 +00:00