Issue322

Title ipfilter and INET6 issue
Priority bug Status resolved
Superseder Nosy List pavalos, smb
Assigned To pavalos Keywords

Created on 2006-09-21.15:20:34 by smb, last changed by pavalos.

Files
File name Uploaded Type Edit Remove
ipfilter.patch pavalos, 2006-12-18.19:16:17 text/plain
Messages
msg1806 (view) Author: pavalos Date: 2006-12-18.23:40:34
Fix committed:
http://leaf.dragonflybsd.org/mailarchive/commits/2006-12/msg00112.html
msg1805 (view) Author: TGEN Date: 2006-12-18.23:14:04
It's like emacs and vi.

Cheers,
-- 
         Thomas E. Spanjaard
         tgen@netphreax.net
msg1804 (view) Author: bastyaelvtars Date: 2006-12-18.21:50:01
What's the benefit op ipfilter over pf anyway?
msg1803 (view) Author: dillon Date: 2006-12-18.21:10:01
:> What about something like:
:> http://leaf.dragonflybsd.org/~pavalos/ipfilter.patch
:
:+1, as discussed on IRC :).
:
:Cheers,
:-- 
:         Thomas E. Spanjaard
:         tgen@netphreax.net

   This is in the 'commit it and move on' category :-).  Go ahead and
   commit it if it works!

					-Matt
msg1802 (view) Author: TGEN Date: 2006-12-18.19:56:00
+1, as discussed on IRC :).

Cheers,
-- 
         Thomas E. Spanjaard
         tgen@netphreax.net
msg1801 (view) Author: pavalos Date: 2006-12-18.19:16:17
What about something like:
http://leaf.dragonflybsd.org/~pavalos/ipfilter.patch
msg1272 (view) Author: smb Date: 2006-09-21.15:23:47
Simple issue - commenting 'options INET6' in kernel conf file breaks ipl module 
to loading with 'link_elf: symbol in6_cksum undefined' error message on console.
But building ipfilter manually (from /usr/src/sys/net/ipfilter) with NOINET6 
option solve this problem. So, question is what changes should be done in 
ipfilter-sources?
History
Date User Action Args
2006-12-18 23:40:37pavalossetstatus: chatting -> resolved
assignedto: pavalos
messages: + msg1806
nosy: + pavalos
2006-12-18 23:14:06TGENsetmessages: + msg1805
2006-12-18 21:50:01bastyaelvtarssetmessages: + msg1804
2006-12-18 21:10:01dillonsetmessages: + msg1803
2006-12-18 19:56:00TGENsetmessages: + msg1802
2006-12-18 19:16:19pavalossetfiles: + ipfilter.patch
messages: + msg1801
2006-10-01 02:12:45adminsetnosy: + smb
2006-09-21 15:23:47smbsetstatus: unread -> chatting
messages: + msg1272
2006-09-21 15:20:34smbcreate