Displaying 1 result from an estimated 1 matches for "inlinenat".
Did you mean:
inlinedat
2016 Oct 28
2
[Bug 1096] New: Kernel oops when inserting an element into a map
...Reporter: dalegaard at gmail.com
Created attachment 485
--> https://bugzilla.netfilter.org/attachment.cgi?id=485&action=edit
dmesg log from kernel oops
The following ruleset, when loaded with 'nft -f bad.txt', results in a kernel
oops:
----snip----
flush ruleset
table ip inlinenat {
map sourcemap {
type ipv4_addr : verdict;
}
chain postrouting {
ip saddr vmap @sourcemap accept
}
}
add chain inlinenat test
add element inlinenat sourcemap { 100.123.10.2 : jump test }
----snip----
If the element and chain are inserted as part of the table statement everything...