[Bug 1489] "map" doesn't work as expected
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Jan 15 18:26:59 CET 2021
https://bugzilla.netfilter.org/show_bug.cgi?id=1489
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Please try with:
add table ip mangle
add chain ip mangle manout { type route hook output priority mangle; }
add rule ip mangle manout ct direction reply mark set ct original ip daddr map
{ $ext1_ip : 0x11, $ext2_ip : 0x12 }
note the:
ct original ip daddr
instead of
ct original daddr
I agree that this needs a fix, ie. a proper error report to the user instead of
this crash.
Thanks.
--
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/de55e55c/attachment.html>
More information about the netfilter-buglog
mailing list