Re: Problem with ipfw table add 0.0.0.0/8

2014-07-07 Thread Marcelo Gondim
Hi all, Already exists MFC available to fix this problem in 10-STABLE? # ipfw table 99 add 0.0.0.0/8 # ipfw table 99 list ::/8 0 Cheers, Gondim Em 17/05/2014 20:37, Marcelo Gondim escreveu: Em 17/05/14 20:28, Marcelo Gondim escreveu: Em 17/05/14 10:44, Alexander V. Chernikov escreveu: On 13

Re: Problem with ipfw table add 0.0.0.0/8

2014-06-01 Thread Marcelo Gondim
Em 17/05/14 12:23, Alexander V. Chernikov escreveu: On 17.05.2014 19:14, Andreas Nilsson wrote: On Sat, May 17, 2014 at 3:44 PM, Alexander V. Chernikov mailto:melif...@freebsd.org>> wrote: On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-20 Thread Alexander V. Chernikov
On 19.05.2014 17:12, bycn82 wrote: On 5/19/14 21:00, Alexander V. Chernikov wrote: On 19.05.2014 11:51, Bill Yuan wrote: Hi Alex, Hello Bill! You guys are chatting here! I agree with you, the table is the place should be enhanced, and I am working in this way as described below 1. Support

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-19 Thread bycn82
On 5/19/14 21:00, Alexander V. Chernikov wrote: On 19.05.2014 11:51, Bill Yuan wrote: Hi Alex, Hello Bill! You guys are chatting here! I agree with you, the table is the place should be enhanced, and I am working in this way as described below 1. Support more types. ip : cidr ipv4 : sa

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-19 Thread Alexander V. Chernikov
On 19.05.2014 11:51, Bill Yuan wrote: Hi Alex, Hello Bill! You guys are chatting here! I agree with you, the table is the place should be enhanced, and I am working in this way as described below 1. Support more types. ip : cidr ipv4 : same as ip ipv6 : ip addr v6 mac : mac address if

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-19 Thread Bill Yuan
Hi Alex, You guys are chatting here! I agree with you, the table is the place should be enhanced, and I am working in this way as described below 1. Support more types. ip : cidr ipv4 : same as ip ipv6 : ip addr v6 mac : mac address iface : interface name interface : same as iface por

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Jason Hellenthal
> On May 18, 2014, at 0:12, Julian Elischer wrote: >> 2) Table type/name can be specified explicitly via one of the following >> commands: >> * ipfw table 1 create [type ] [name "table_name"] > type "ports" would be nice but tricky to do right. That . . . would be a great addition and have m

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Julian Elischer
On 5/17/14, 9:44 PM, Alexander V. Chernikov wrote: On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a bad idea by design. At least unless you haven't any ability to It is not always "universal" in kernel. Actually, differ

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Marcelo Gondim
Em 17/05/14 20:28, Marcelo Gondim escreveu: Em 17/05/14 10:44, Alexander V. Chernikov escreveu: On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a bad idea by design. At least unless you haven't any ability to It is not

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Marcelo Gondim
Em 17/05/14 10:44, Alexander V. Chernikov escreveu: On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a bad idea by design. At least unless you haven't any ability to It is not always "universal" in kernel. Actually, differ

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Alexander V. Chernikov
On 17.05.2014 23:57, Barney Wolff wrote: On Sat, May 17, 2014 at 05:44:37PM +0400, Alexander V. Chernikov wrote: On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a bad idea by design. At least unless you haven't any abilit

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Barney Wolff
On Sat, May 17, 2014 at 05:44:37PM +0400, Alexander V. Chernikov wrote: > On 13.05.2014 16:05, Dennis Yusupoff wrote: > > I think that universal table for all kind of data (ipv4, ipv6, ports, > > etc) is a bad idea by design. At least unless you haven't any ability to > It is not always "universal"

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Alexander V. Chernikov
On 17.05.2014 19:14, Andreas Nilsson wrote: On Sat, May 17, 2014 at 3:44 PM, Alexander V. Chernikov mailto:melif...@freebsd.org>> wrote: On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a b

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Andreas Nilsson
On Sat, May 17, 2014 at 3:44 PM, Alexander V. Chernikov < melif...@freebsd.org> wrote: > On 13.05.2014 16:05, Dennis Yusupoff wrote: > >> I think that universal table for all kind of data (ipv4, ipv6, ports, >> etc) is a bad idea by design. At least unless you haven't any ability to >> > It is not

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-17 Thread Alexander V. Chernikov
On 13.05.2014 16:05, Dennis Yusupoff wrote: I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a bad idea by design. At least unless you haven't any ability to It is not always "universal" in kernel. Actually, different radix tables are used to store both IPv4 and IPv6

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-13 Thread Dennis Yusupoff
I think that universal table for all kind of data (ipv4, ipv6, ports, etc) is a bad idea by design. At least unless you haven't any ability to specify address family on add, to avoid attempts to guess what user meant. Something like "ipfw table X add DEEF.DE ipv6". 13.05.2014 14:32, Alexander V.

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-13 Thread Alexander V. Chernikov
On 13.05.2014 13:46, Dennis Yusupoff wrote: May be this will help? See answer on http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/189471 I'll try to fix it within a few days. The problem itself happens due to the fact that every CIDR table address is packed into IPv6 address and IPv4 ones are en

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-13 Thread Dennis Yusupoff
May be this will help? See answer on http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/189471 12.05.2014 22:21, Marcelo Gondim пишет: > Hi Jason, > > Same problem. > > Em 12/05/14 15:02, Jason Hellenthal escreveu: >> Cute. Same this happen when there are paren around the quad ? >> > -- Jason Hellenth

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-12 Thread Marcelo Gondim
Hi Jason, Same problem. Em 12/05/14 15:02, Jason Hellenthal escreveu: Cute. Same this happen when there are paren around the quad ? -- Jason Hellenthal Voice: 95.30.17.6/616 JJH48-ARIN On May 12, 2014, at 13:43, Marcelo Gondim wrote: Hi all, Today I discovered a likely problem: # ipfw t

Re: Problem with ipfw table add 0.0.0.0/8

2014-05-12 Thread Jason Hellenthal
Cute. Same this happen when there are paren around the quad ? -- Jason Hellenthal Voice: 95.30.17.6/616 JJH48-ARIN > On May 12, 2014, at 13:43, Marcelo Gondim wrote: > > Hi all, > > Today I discovered a likely problem: > > # ipfw table 99 add 0.0.0.0/8 > > # ipfw table 99 list > ::/8 0 >