commit | c9ccba543b52cb443f110670420967ac6a41c302 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Apr 04 18:43:15 2009 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Sat Apr 04 18:45:11 2009 +0200 |
tree | 8a386c6f839c20fec0bc718e5792faf9338fc2d4 | |
parent | ea6f406fa77aa7b4fc52ccc9b572ae96196e570d [diff] |
CLASSIFY: document non-standard interpretation behavior Most other extensions use strtoul (by means of xtables_strtoui) and would abide by the standard convention of hex/octal prefixes 0x/0, and decimal otherwise, but CLASSIFY is an exception. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>