X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnepi%2Fresources%2Fomf%2Finterface.py;h=d7142d1b54c5f4b1dd6139a3ed7eb2b725a289c3;hb=d50ba1a08e541ded7a8b322493ebb1d0cc59c6ff;hp=472672c17f90487d68fff3f679818e93f2fa951a;hpb=4762aa96c7f41a86d919db6dac0feca2c6ca8e16;p=nepi.git diff --git a/src/nepi/resources/omf/interface.py b/src/nepi/resources/omf/interface.py index 472672c1..d7142d1b 100644 --- a/src/nepi/resources/omf/interface.py +++ b/src/nepi/resources/omf/interface.py @@ -40,8 +40,8 @@ class OMFWifiInterface(OMFResource): :type guid: int """ - _rtype = "OMFWifiInterface" - _authorized_connections = ["OMFNode" , "OMFChannel", "WilabtSfaNode"] + _rtype = "omf::WifiInterface" + _authorized_connections = ["omf::Node" , "omf::Channel", "wilabt::sfa::Node"] @classmethod def _register_attributes(cls):