[Bug 598] New: problem with TOS target
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Sat Jun 20 14:05:16 CEST 2009
http://bugzilla.netfilter.org/show_bug.cgi?id=598
Summary: problem with TOS target
Product: iptables
Version: unspecified
Platform: x86_64
OS/Version: Ubuntu
Status: NEW
Severity: normal
Priority: P1
Component: iptables-restore
AssignedTo: laforge at netfilter.org
ReportedBy: angico at angico.org
While developing IPTEditor, a front-end GUI to IPTables, I found a misbehavior
with the TOS target, option "--set-tos", when using a "value/mask" pair, as it
is documented in the manpage.
The problem raised when I tried to restore (iptables-restore) the output
generated by iptables-save, while having some TOS targets set on my firewall.
Then, trying to set such a target manually, I got the following, from iptables:
------
$ sudo iptables -t mangle -A OUTPUT -j TOS --set-tos 0X08/0x3f
iptables v1.4.1.1: Symbolic name "0X08/0x3f" is unknown
Try `iptables -h' or 'iptables --help' for more information.
------
It still works if the mask part of --set-tos is omitted (in which case, the
mask defaults to 0xff).
--
Configure bugmail: http://bugzilla.netfilter.org/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