daemon: removed node.linktype as it is not needed, updated the one usage to align with other cases

This commit is contained in:
Blake Harnden 2022-04-05 13:57:49 -07:00
parent 5ee561b210
commit 7440c1d949
4 changed files with 3 additions and 15 deletions

View file

@ -14,7 +14,6 @@ import netaddr
from core import utils
from core.emulator.data import InterfaceData, LinkData
from core.emulator.enumerations import (
LinkTypes,
MessageFlags,
NetworkPolicy,
NodeTypes,
@ -690,7 +689,6 @@ class WlanNode(CoreNetwork):
"""
apitype: NodeTypes = NodeTypes.WIRELESS_LAN
linktype: LinkTypes = LinkTypes.WIRED
policy: NetworkPolicy = NetworkPolicy.DROP
def __init__(