Reengineed the code. Generalized the package. Cloud configurators are modules.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Enable forwarding
|
||||
net.ipv4.ip_forward = 1
|
||||
|
||||
# Disable strict rp_filter that breaks asymmetric forwarding on multi-NIC routers
|
||||
net.ipv4.conf.all.rp_filter = 0
|
||||
net.ipv4.conf.default.rp_filter = 0
|
||||
Reference in New Issue
Block a user