lctp-network::router: namespace attributes

This commit is contained in:
Jörg Thalheim 2014-01-27 11:38:15 +01:00
parent c61819bc5f
commit b72456c0f9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
default.lctp_network.gateway_device = "eth0"
default.lctp_network.router.gateway_device = "eth0"

View File

@ -5,6 +5,6 @@
:OUTPUT ACCEPT [0:0]
# masquerading (NAT)
-A POSTROUTING -o <%= @node.lctp_network.gateway_device %> -j MASQUERADE
-A POSTROUTING -o <%= @node.lctp_network.router.gateway_device %> -j MASQUERADE
COMMIT