search for: thisnamewith015

Displaying 1 result from an estimated 1 matches for "thisnamewith015".

2014 Feb 05
1
[Bug 897] New: Numbers of caracter in the name of set.
...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 priority 0 \; } $ sudo nft add set ip test thenameofthissetistoolong { type ipv4_address\...