summarylogtreecommitdiffstats
path: root/smcroute.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'smcroute.conf.example')
-rw-r--r--smcroute.conf.example31
1 files changed, 0 insertions, 31 deletions
diff --git a/smcroute.conf.example b/smcroute.conf.example
deleted file mode 100644
index d8b8d73cd54c..000000000000
--- a/smcroute.conf.example
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# smcroute.conf example
-#
-# The configuration file supports joining multicast groups, to use
-# Layer-2 signaling so that switches and routers open up multicast
-# traffic to your interfaces. Leave is not supported, remove the
-# mgroup and SIGHUP your daemon, or send a specific leave command.
-#
-# Similarily supported is setting mroutes. Removing mroutes is not
-# supported, remove/comment out the mroute or send a remove command.
-#
-# Syntax:
-# mgroup from IFNAME group MCGROUP
-# mroute from IFNAME [source ADDRESS] group MCGROUP to IFNAME [IFNAME ...]
-#
-# The following example instructs the kernel to join the multicast
-# group 225.1.2.3 on interface eth0. Followed by setting up an
-# mroute of the same multicast stream, but from the explicit sender
-# 192.168.1.42 on the eth0 network and forward to eth1 and eth2.
-#
-# mgroup from eth0 group 225.1.2.3
-# mroute from eth0 group 225.1.2.3 source 192.168.1.42 to eth1 eth2
-
-# Here we allow routing of multicast to group 225.3.2.1 from ANY
-# source coming in from interface eth0 and forward to eth1 and eth2.
-# NOTE: Routing from ANY source is currently only available for IPv4
-# multicast.
-#
-# mgroup from eth0 group 225.3.2.1
-# mroute from eth0 group 225.3.2.1 to eth1 eth2
-