bugzilla-daemon@bugzilla.netfilter.org
2006-Jun-27 03:09 UTC
[Bug 489] IP address with leading zerrow and trailing nine fails
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=489
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From netfilter@linuxace.com 2006-06-27 03:09 MET
-------
When you put a trailing 0 on the octet (such as 056 or 059), iptables interprets
it as an octal. So while "056" works, it ends up as decimal 46:
0 0 ACCEPT 0 -- * * 0.0.0.0/0
192.168.12.46
And "059" doesn't work because, there is no "9" in octal
representation.
Closing - not a bug.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Jun-27 03:09 UTC
[Bug 489] IP address with leading zerrow and trailing nine fails
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=489
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From netfilter@linuxace.com 2006-06-27 03:09 MET
-------
When you put a trailing 0 on the octet (such as 056 or 059), iptables interprets
it as an octal. So while "056" works, it ends up as decimal 46:
0 0 ACCEPT 0 -- * * 0.0.0.0/0
192.168.12.46
And "059" doesn't work because, there is no "9" in octal
representation.
Closing - not a bug.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
Possibly Parallel Threads
- [Bug 489] New: IP address with leading zerrow and trailing nine fails
- [Bug 488] Chain/Groupings of networks don't total pkts and bytes correctly
- [Bug 428] Does not work access from the internal netwrok through external address
- [Bug 470] Can't compile kernel with new iptables
- [PATCH] block drivers/block: Use octal not symbolic permissions