pimbd: add config load on start
[feed/routing.git] / pimbd / files / pimb.config
1 # The interface section allows to enable pimb on an interface.
2 # Several options can be enabled for the interface.
3 # All options are disabled by default.
4 #
5 #config interface '<interface section name>'
6 # option pim '<on | off>' - enable or disable pim
7 # option ssbidir '<on | off>' - enable or disable ssbidir
8 # option mld '<on | off>' - enable or disable mld
9 # option igmp '<on | off>' - enable or disable igmp
10 # option dev '<device name>' - set the device name
11
12 # The rpa section allows to configure a rendevous point.
13 # The interface and the networks must be configured for every rendevous.
14 #
15 #config rpa '<rendevous point name>'
16 # option address '<ip address>' - rendevous point address
17 # list prefix '<net>/<prefix length>' - prefix for the rpa
18
19
20
21 # Uncomment the following following section to enable pimb on the interface eth1.
22 #config interface 'ETH1'
23 # option pim 'on'
24 # option ssbidir 'on'
25 # option mld 'on'
26 # option igmp 'on'
27 # option dev 'eth1'
28
29
30 # Uncomment the following section to configure a rendevous point.
31 #config rpa '172_16_0_1'
32 # option address '172.16.0.1'
33 # list prefix '224.0.0.0/4'
34