Displaying 1 result from an estimated 1 matches for "cdmweb".
Did you mean:
edmweb
2016 Aug 30
5
[Bug 1085] New: No warning for weird interface characters if interface contains wildcard character
...Version: CVS (please indicate timestamp)
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: netfilterbugzilla at s.cdmweb.de
When I try to match on an interface with illegal characters (e.g. whitespace or
/), I get a warning, as expected:
# iptables -A FORWARD -i "asd f"
Warning: weird character in interface `asd f' ('/' and ' ' are not allowed by
the kernel).
The rule is inserted succ...