ayourtch / nat46

OpenWRT feed with stateless NAT46 kernel module
34 stars 28 forks source link

Add network namespace awareness to nat46 #40

Closed coledishington closed 2 months ago

coledishington commented 2 months ago

Non-default network namespaces, like for containers, are not able to configure nat46 mappings as the procfs control file is not created in their network namespace.

Create a new nat46 procfs control file for every new network namespace and execute netdev commands in the control files network namespace.