Displaying 1 result from an estimated 1 matches for "thisnamewith0016".
Did you mean:
thisnamewith001
2014 Feb 05
1
[Bug 897] New: Numbers of caracter in the name of set.
...ey.spam at gmail.com
Estimated Hours: 0.0
You can add a set with a long name (16 or more characters) but "nft" remanes it
to another name with 15 characters without showing a error message.
thenameofthissetistoolong (25 characters) => thenameofthisse (15 characters)(It
is not OK)
thisnamewith0016 (16 characters)=> thisnamewith001 (15 characters) (It is not
OK)
thisnamewith015 (15 characters)=> thisnamewith015 (15 characters)(It's OK)
You can reproduce this bug by following these steps:
$ sudo nft add table ip test
$ sudo nft add chain ip test filter {type filter hook input prio...