summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaura Garcia Liebana <laura.garcia@zevenet.com>2017-03-24 21:03:25 +0100
committerFlorian Westphal <fw@strlen.de>2017-03-24 21:25:27 +0100
commit0ff9c79d6ae3205827e5af8b73c9195b967909c2 (patch)
tree741bc0a1070072c97f475ea9eea89fde0e26fc18 /doc
parent2cc9f4e38b895add3f51facc47be34114fe954a9 (diff)
src: hash: fix seed attribute not listed
The tests warned about a problem with the seed listing. /tests/py# ./nft-test.py ip/hash.t ip/hash.t: WARNING: line: 4: 'src/nft add rule --debug=netlink \ ip test-ip4 pre ct mark set jhash ip saddr . ip daddr mod 2 \ seed 0xdeadbeef': 'ct mark set jhash ip saddr . ip daddr mod 2 \ seed 0xdeadbeef' mismatches 'ct mark set jhash ip saddr . ip \ daddr mod 2' ip/hash.t: WARNING: line: 6: 'src/nft add rule --debug=netlink \ ip test-ip4 pre ct mark set jhash ip saddr . ip daddr mod 2 seed \ 0xdeadbeef offset 100': 'ct mark set jhash ip saddr . ip daddr \ mod 2 seed 0xdeadbeef offset 100' mismatches 'ct mark set jhash \ ip saddr . ip daddr mod 2 offset 100' ip/hash.t: 6 unit tests, 0 error, 2 warning The expression type is now treated as an unsigned int in the hash_expr_print() function. Fixes 3a86406 ("src: hash: support of symmetric hash") Signed-off-by: Laura Garcia Liebana <laura.garcia@zevenet.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions