[Bug 1489] "map" doesn't work as expected

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Fri Jan 15 23:17:24 CET 2021


https://bugzilla.netfilter.org/show_bug.cgi?id=1489

--- Comment #3 from Alexander.S <bugz at dragon-home.dyndns-mail.com> ---
Thank you!

But one more thing.
Currently, instead of:

add rule ip mangle manout ct direction reply mark set ct original _ip_ daddr
map { $ext1_ip : 0x11, $ext2_ip : 0x12 }

I use:

add rule ip mangle manout ct direction reply ct original daddr $ext1_ip mark
set 0x11
add rule ip mangle manout ct direction reply ct original daddr $ext2_ip mark
set 0x12

and it works without "ip".
In
"https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes#Ct"
examples are also without "ip".

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20210115/85e8847a/attachment-0001.html>


More information about the netfilter-buglog mailing list