X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fneco%2Fresources%2Fomf%2Fomf_interface.py;h=1bc0fc48c1e4308b31a3165b6019fe0bdabb0457;hb=6337302c0db631641b3e6a47c6e57c4864711acc;hp=d4366352a2667877022ac187784d23eb7158b96b;hpb=b849b5d9bd2569b1db4dce2a65296e1c619bd0a7;p=nepi.git diff --git a/src/neco/resources/omf/omf_interface.py b/src/neco/resources/omf/omf_interface.py index d4366352..1bc0fc48 100644 --- a/src/neco/resources/omf/omf_interface.py +++ b/src/neco/resources/omf/omf_interface.py @@ -35,7 +35,7 @@ class OMFWifiInterface(ResourceManager): """Register the attributes of an OMF interface """ - alias = Attribute("alias","Alias of the interface", default_value = "w0") + alias = Attribute("alias","Alias of the interface", default = "w0") mode = Attribute("mode","Mode of the interface") type = Attribute("type","Type of the interface") essid = Attribute("essid","Essid of the interface")