[Bug 180731] [ipfw] problem with displaying 255.255.255.255 address in ipfw table

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 14 15:49:30 UTC 2015


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

--- Comment #3 from smithi at nimnet.asn.au ---
Confirming that this issue existed on 8.2 and <cough> 5.5-stable.
On 8.2 anyway, while the table entry is not listed, it does work:

t23# ipfw table all list
t23# ipfw table 9 add 255.255.255.255
t23# ipfw table 9 add 255.255.255.255
ipfw: setsockopt(IP_FW_TABLE_ADD): File exists
t23# ipfw table 9 list
t23# ipfw add 1000 count log ip4 from any to table\(9\)
01000 count log ip4 from any to table(9)
t23# ping 255.255.255.255
PING 255.255.255.255 (255.255.255.255): 56 data bytes
^C
--- 255.255.255.255 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
t23# ipfw -t show
01000         3          252 Sun Mar 15 02:23:41 2015 count log ip4 from any to
table(9)
32000 156669252 124704530958 Sun Mar 15 02:23:48 2015 allow ip from any to any
65535         0            0                         deny ip from any to any
t23# tail -2 /var/log/security
Mar 15 02:23:39 t23 kernel: ipfw: 1000 Count ICMP:8.0 10.1.1.7 255.255.255.255
out via fxp0
Mar 15 02:23:41 t23 last message repeated 2 times

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ipfw mailing list