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
|
@ -1030,7 +1030,7 @@ class WlanNode(CoreNetwork):
|
|||
"""
|
||||
|
||||
apitype = NodeTypes.WIRELESS_LAN.value
|
||||
linktype = LinkTypes.WIRED.value
|
||||
linktype = LinkTypes.WIRED
|
||||
policy = "DROP"
|
||||
type = "wlan"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue