Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2015 15:49:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ipfw@FreeBSD.org
Subject:   [Bug 180731] [ipfw] problem with displaying 255.255.255.255 address in ipfw table
Message-ID:  <bug-180731-7515-69ncBitCNR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-180731-7515@https.bugs.freebsd.org/bugzilla/>
References:  <bug-180731-7515@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180731

--- Comment #3 from smithi@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-180731-7515-69ncBitCNR>