Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2015 21:21:28 -0300
From:      Marcelo Gondim <gondim@bsdinfo.com.br>
To:        FreeBSD Stable Mailing List <freebsd-stable@freebsd.org>
Subject:   table with bug in ipfw
Message-ID:  <555A8208.9010208@bsdinfo.com.br>

index | next in thread | raw e-mail

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



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?555A8208.9010208>