daemon: Have the xpimd service enable IGMP by default.
This commit is contained in:
parent
360de10e1e
commit
85a3eee5b7
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ class Xpimd(QuaggaService):
|
|||
ifname = ifc.name
|
||||
break
|
||||
cfg = 'router mfea\n!\n'
|
||||
cfg = 'router igmp\n!\n'
|
||||
cfg += 'router pim\n'
|
||||
cfg += ' !ip pim rp-address 10.0.0.1\n'
|
||||
cfg += ' ip pim bsr-candidate %s\n' % ifname
|
||||
|
|
Loading…
Reference in a new issue