Displaying 1 result from an estimated 1 matches for "fwtest01".
2013 Nov 11
4
[Bug 872] New: extra symbols in console output
...normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: loki at lokis-chaos.de
Estimated Hours: 0.0
nft shows extra symbols. I could reproduce this at least for iifname.
The extra symbols are not shown if the output is not the tty:
fwtest01 ~ # nft -i
nft> table filter
nft> add chain filter input
nft> add rule filter input meta iifname "lo" accept
nft> list table filter
table ip filter {
chain input {
meta iifname "lo?.?" accept
}
}
nft>
fwtest01 ~ # nft list table f...