Update ce_interface_ospf to fix bugs (#61431)
This commit is contained in:
parent
698e3eae5e
commit
8eec5d2ab2
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class InterfaceOSPF(object):
|
||||||
|
|
||||||
# interface view
|
# interface view
|
||||||
self.updates_cmd.append("interface %s" % self.interface)
|
self.updates_cmd.append("interface %s" % self.interface)
|
||||||
self.updates_cmd.append("ospf enable process %s area %s" % (
|
self.updates_cmd.append("ospf enable %s area %s" % (
|
||||||
self.process_id, self.get_area_ip()))
|
self.process_id, self.get_area_ip()))
|
||||||
if self.cost:
|
if self.cost:
|
||||||
xml_intf += CE_NC_XML_SET_COST % self.cost
|
xml_intf += CE_NC_XML_SET_COST % self.cost
|
||||||
|
|
Loading…
Reference in a new issue