On Wed, Mar 27, 2019 at 09:22:23AM +0100, Florian Westphal wrote: > This series adds support for the nat chain type in the inet family. > > Example: > > table inet nat { > chain postrouting { > type nat hook output priority 0; policy accept; > ip6 daddr dead:1::99 snat ip6 to dead:2::99 > meta oifname "ppp+" masquerade > } > } > > This avoids the need to create both ip and ip6 nat tables for > the masquerade rule. Series applied, thanks Florian.