summaryrefslogtreecommitdiff
path: root/manifests/vm/mdns.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vm/mdns.pp')
-rw-r--r--manifests/vm/mdns.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/vm/mdns.pp b/manifests/vm/mdns.pp
deleted file mode 100644
index 644c889..0000000
--- a/manifests/vm/mdns.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-class firewall::vm::mdns($destination, $zone = 'fw') {
- shorewall::rule { 'mdns-0':
- action => 'DNAT',
- source => 'net',
- destination => "$zone:$destination:5353",
- proto => 'tcp',
- destinationport => '5353',
- ratelimit => '-',
- order => 2700,
- }
-}