From: Silvio Rhatto Date: Tue, 16 Dec 2014 18:02:54 +0000 (-0200) Subject: Docker and forwarding classes (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cf16f46e37457179e02f49abbd6f7c2eda28f88a;p=puppet-firewall.git Docker and forwarding classes (3) --- diff --git a/manifests/docker.pp b/manifests/docker.pp index e69010b..5cc1e68 100644 --- a/manifests/docker.pp +++ b/manifests/docker.pp @@ -2,7 +2,7 @@ class firewall::docker($device = 'eth0') { class { 'firewall::forwarding': } - shorewall::masq { "${device}": + shorewall::masq { "${device}-dock": interface => "${device}", source => '172.17.0.0/16', order => '10',