X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Finterface.py;h=b166d4c00d2a67497b4464a6d0a6cab3c46f8355;hb=23d041fe2f0d9badf6d637009e2d42a4794325c1;hp=af527b9bbb2effe9e162811434fad56dad0246b8;hpb=d50ba1a08e541ded7a8b322493ebb1d0cc59c6ff;p=nepi.git diff --git a/src/nepi/resources/linux/interface.py b/src/nepi/resources/linux/interface.py index af527b9b..b166d4c0 100644 --- a/src/nepi/resources/linux/interface.py +++ b/src/nepi/resources/linux/interface.py @@ -38,7 +38,7 @@ import time class LinuxInterface(ResourceManager): _rtype = "linux::Interface" _help = "Controls network devices on Linux hosts through the ifconfig tool" - _backend = "linux" + _platform = "linux" @classmethod def _register_attributes(cls):