Re: [PATCH nf-next 0/6] netfilter: nat: add inet family nat support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux