summaryrefslogtreecommitdiff
path: root/manifests/rules/libvirt/host.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-13 20:37:21 +0200
committervarac <varacanero@zeromail.org>2016-06-13 20:37:21 +0200
commit06e89ed3486916ae12186e46b8ec59c8c7c79142 (patch)
treeb82b60b4390763c7d805a37e40b67319641671c3 /manifests/rules/libvirt/host.pp
parent34fbca68d478c2edd5f13e74245cf675b5b53303 (diff)
parentf560a426885f0982cae39495321222158a69e895 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Diffstat (limited to 'manifests/rules/libvirt/host.pp')
-rw-r--r--manifests/rules/libvirt/host.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/rules/libvirt/host.pp b/manifests/rules/libvirt/host.pp
index c226865..dc3970d 100644
--- a/manifests/rules/libvirt/host.pp
+++ b/manifests/rules/libvirt/host.pp
@@ -52,7 +52,8 @@ class shorewall::rules::libvirt::host (
}
if $accept_dhcp {
- shorewall::mangle { 'CHECKSUM:T':
+ shorewall::mangle { "CHECKSUM:T_${vmz_iface}":
+ action => 'CHECKSUM:T',
source => '-',
destination => $vmz_iface,
proto => 'udp',