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:
Blake Harnden 2020-03-10 22:48:05 -07:00
parent 1e8d1ecd9f
commit f277e96c9a
13 changed files with 12 additions and 22 deletions

View file

@ -982,7 +982,7 @@ class CoreNetworkBase(NodeBase):
Base class for networks
"""
linktype = LinkTypes.WIRED.value
linktype = LinkTypes.WIRED
is_emane = False
def __init__(

View file

@ -1030,7 +1030,7 @@ class WlanNode(CoreNetwork):
"""
apitype = NodeTypes.WIRELESS_LAN.value
linktype = LinkTypes.WIRED.value
linktype = LinkTypes.WIRED
policy = "DROP"
type = "wlan"