diff options
author | Matt Taggart <taggart@riseup.net> | 2017-01-31 10:45:00 -0800 |
---|---|---|
committer | Matt Taggart <taggart@riseup.net> | 2017-01-31 10:45:00 -0800 |
commit | ff6c12482b812cdc262dabcd1faebc63e466087f (patch) | |
tree | b82b60b4390763c7d805a37e40b67319641671c3 /manifests/rules/libvirt/host.pp | |
parent | 77ce0b926b7418703223b4a6c489067f9d9bc4f5 (diff) | |
parent | f560a426885f0982cae39495321222158a69e895 (diff) |
Merge remote-tracking branch 'shared/master' into merge
Conflicts:
manifests/base.pp
Diffstat (limited to 'manifests/rules/libvirt/host.pp')
-rw-r--r-- | manifests/rules/libvirt/host.pp | 3 |
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', |