Re: IPFW tables, dummynet and IPv6

2011-12-18 Thread Alexander V. Chernikov
Pawel Tyll wrote:
 Hi lists,
 
 Are there any plans to implement IPv6 tables in ipfw? It would seem
 that our gov. may want to force us into IPv6 in 6 months ;)
I've got working implementation for IPv4+IPv6 and interface tables:

15:56 [0] zfsbase# /usr/obj/usr/src/sbin/ipfw/ipfw table 2 list
1.2.3.4/30 0
2a02:978::/64 0


15:16 [0] zfsbase# /usr/obj/usr/src/sbin/ipfw/ipfw table 4 list
em4/em4 2
vlan144/vlan144 1
vlan145/vlan145 11000
vlan146/vlan146 12000


I plan to commit it today/tomorrow.
8.2-S diff will be available, too


 
 Cheers.
 
 
 ___
 freebsd-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org
 




signature.asc
Description: OpenPGP digital signature


Re: IPFW tables, dummynet and IPv6

2011-12-18 Thread Pawel Tyll
Hi Alexander,

 I've got working implementation for IPv4+IPv6 and interface tables:
Lately  every  time  I  have  some  kind  of  problem, you come with a
solution ready :

Thanks for the heads-up!


___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to freebsd-ipfw-unsubscr...@freebsd.org


IPFW tables, dummynet and IPv6

2011-12-18 Thread Pawel Tyll
Hi lists,

Are there any plans to implement IPv6 tables in ipfw? It would seem
that our gov. may want to force us into IPv6 in 6 months ;)

Cheers.


___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to freebsd-ipfw-unsubscr...@freebsd.org


Re: IPFW tables, dummynet and IPv6

2011-12-18 Thread Kevin Oberman
On Sun, Dec 18, 2011 at 3:58 AM, Alexander V. Chernikov
melif...@freebsd.org wrote:
 Pawel Tyll wrote:
 Hi lists,

 Are there any plans to implement IPv6 tables in ipfw? It would seem
 that our gov. may want to force us into IPv6 in 6 months ;)
 I've got working implementation for IPv4+IPv6 and interface tables:

 15:56 [0] zfsbase# /usr/obj/usr/src/sbin/ipfw/ipfw table 2 list
 1.2.3.4/30 0
 2a02:978::/64 0


 15:16 [0] zfsbase# /usr/obj/usr/src/sbin/ipfw/ipfw table 4 list
 em4/em4 2
 vlan144/vlan144 1
 vlan145/vlan145 11000
 vlan146/vlan146 12000


 I plan to commit it today/tomorrow.
 8.2-S diff will be available, too


Thanks! I've been wanting this for a long time as working around it
involved some really, really ugly hacks if you must support IPv6
(which we do).
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to freebsd-ipfw-unsubscr...@freebsd.org