<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - "map" doesn't work as expected"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1489#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - "map" doesn't work as expected"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1489">bug 1489</a>
from <span class="vcard"><a class="email" href="mailto:bugz@dragon-home.dyndns-mail.com" title="Alexander.S <bugz@dragon-home.dyndns-mail.com>"> <span class="fn">Alexander.S</span></a>
</span></b>
<pre>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
"<a href="https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes#Ct">https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes#Ct</a>"
examples are also without "ip".</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>