[Bug 489] IP address with leading zerrow and trailing nine fails

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Tue Jun 27 03:09:20 CEST 2006


https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=489


netfilter at linuxace.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |netfilter at linuxace.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From netfilter at 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.



More information about the netfilter-buglog mailing list