revert logging back to info, removed Rj45Models enum as it was not being used, updated linktypes enum to be used directly
This commit is contained in:
parent
1e8d1ecd9f
commit
f277e96c9a
13 changed files with 12 additions and 22 deletions
|
@ -551,7 +551,7 @@ class Babel(QuaggaService):
|
|||
|
||||
@classmethod
|
||||
def generatequaggaifcconfig(cls, node, ifc):
|
||||
if ifc.net and ifc.net.linktype == LinkTypes.WIRELESS.value:
|
||||
if ifc.net and ifc.net.linktype == LinkTypes.WIRELESS:
|
||||
return " babel wireless\n no babel split-horizon\n"
|
||||
else:
|
||||
return " babel wired\n babel split-horizon\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue