Re: table with bug in ipfw

2015-07-24 Thread Brandon Allbery
On Fri, Jul 24, 2015 at 11:07 AM, Marcelo Gondim gon...@bsdinfo.com.br
wrote:

 On 24-07-2015 11:31, Kurt Jaeger wrote:

 Hi!

  This one was fixed in r266310 (based on bin/189471) but I haven't
 merged it to -stable.

 Because it changes ip_fw.h, would it break KABI or ABI ?
 Would that prevent a merge to 10.2 ?

  I do not know if it affects the rule or whether it is merely visual. But
 this bug has since version 10.0.
 I thought it would be corrected to version 10.2.


Looks to me like it's just applying an IPv6 output format (incorrectly even
for IPv6, arguably) to an IPv4 address?

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: table with bug in ipfw

2015-07-24 Thread Marcelo Gondim

On 24-07-2015 11:31, Kurt Jaeger wrote:

Hi!


This one was fixed in r266310 (based on bin/189471) but I haven't
merged it to -stable.

Because it changes ip_fw.h, would it break KABI or ABI ?
Would that prevent a merge to 10.2 ?

I do not know if it affects the rule or whether it is merely visual. But 
this bug has since version 10.0.

I thought it would be corrected to version 10.2.



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


Re: table with bug in ipfw

2015-07-24 Thread Alexander V . Chernikov

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


Re: table with bug in ipfw

2015-07-24 Thread Kurt Jaeger
Hi!

 This one was fixed in r266310 (based on bin/189471) but I haven't
 merged it to -stable.

Because it changes ip_fw.h, would it break KABI or ABI ?
Would that prevent a merge to 10.2 ?

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: table with bug in ipfw

2015-07-24 Thread Marcelo Gondim

Hi Melifaro,

Bug persists.

(root@mail)[/usr/src]# ipfw table 22 list

(root@mail)[/usr/src]# ipfw table 22 add 0.0.0.0/8
(root@mail)[/usr/src]# ipfw table 22 list
::/8 0

(root@mail)[/usr/src]# uname -a
FreeBSD mail.stefaninogueira.com 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE 
#1 r285832: Fri Jul 24 02:55:14 BRT 2015 
r...@mail.stefaninogueira.com:/usr/obj/usr/src/sys/K3AX  amd64


:(



On 20-05-2015 09:57, Alexander V. Chernikov wrote:

19.05.2015, 03:22, Marcelo Gondim gon...@bsdinfo.com.br:

Hi all,

Hi,

I see that there is still the following bug in ipfw:

# ipfw table 33 add 0.0.0.0/8
# ipfw table 33 list
::/8 0

and

# ipfw table 33 add 255.255.255.255
# ipfw table 33 list
::/8 0

The IP 255.255.255.255 not appear but it's there. Look below:

# ipfw table 33 add 255.255.255.255
ipfw: setsockopt(IP_FW_TABLE_XADD): File exists

This is very ugly to see. As it was not fixed in 10.1, would be expected
to 10.2?

It was fixed in -head but didn't get to -stable. I'll try to take a look soon.


Best regards,
Gondim

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


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


Re: table with bug in ipfw

2015-07-24 Thread Kurt Jaeger
Hi!

 Do you have a problem report for this in bugzilla ? I try to poke re@

Found it:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200169

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: table with bug in ipfw

2015-07-24 Thread Kurt Jaeger
Hi!

 Bug persists.
 
 (root@mail)[/usr/src]# ipfw table 22 list
 
 (root@mail)[/usr/src]# ipfw table 22 add 0.0.0.0/8
 (root@mail)[/usr/src]# ipfw table 22 list
 ::/8 0

Do you have a problem report for this in bugzilla ? I try to poke re@

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: table with bug in ipfw

2015-05-20 Thread Alexander V . Chernikov
19.05.2015, 03:22, Marcelo Gondim gon...@bsdinfo.com.br:
 Hi all,
Hi,

 I see that there is still the following bug in ipfw:

 # ipfw table 33 add 0.0.0.0/8
 # ipfw table 33 list
 ::/8 0

 and

 # ipfw table 33 add 255.255.255.255
 # ipfw table 33 list
 ::/8 0

 The IP 255.255.255.255 not appear but it's there. Look below:

 # ipfw table 33 add 255.255.255.255
 ipfw: setsockopt(IP_FW_TABLE_XADD): File exists

 This is very ugly to see. As it was not fixed in 10.1, would be expected
 to 10.2?
It was fixed in -head but didn't get to -stable. I'll try to take a look soon.


 Best regards,
 Gondim

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


table with bug in ipfw

2015-05-18 Thread Marcelo Gondim

Hi all,

I see that there is still the following bug in ipfw:

# ipfw table 33 add 0.0.0.0/8
# ipfw table 33 list
::/8 0

and

# ipfw table 33 add 255.255.255.255
# ipfw table 33 list
::/8 0

The IP 255.255.255.255 not appear but it's there. Look below:

# ipfw table 33 add 255.255.255.255
ipfw: setsockopt(IP_FW_TABLE_XADD): File exists

This is very ugly to see. As it was not fixed in 10.1, would be expected 
to 10.2?


Best regards,
Gondim

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