daemon: Have the xpimd service enable IGMP by default.

This commit is contained in:
Tom Goff 2016-02-18 15:35:17 -05:00
parent 360de10e1e
commit 85a3eee5b7

View file

@ -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