fixed formatting for quagga fast convergence merge

This commit is contained in:
Blake Harnden 2020-04-30 13:23:00 -07:00
parent 337c41528a
commit 7e0ead0766

View file

@ -353,11 +353,15 @@ class Ospfv2(QuaggaService):
if cls.rj45check(ifc):
return cfg
cfg += cls.ptpcheck(ifc)
return cfg + """\
return (
cfg
+ """\
ip ospf hello-interval 2
ip ospf dead-interval 6
ip ospf retransmit-interval 5
"""
)
class Ospfv3(QuaggaService):
"""