Fix the txqueuelen TUN/TAP attribute (typo)
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Wed, 3 Aug 2011 11:46:40 +0000 (13:46 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Wed, 3 Aug 2011 11:46:40 +0000 (13:46 +0200)
src/nepi/testbeds/planetlab/metadata.py

index e319c5d..92647b8 100644 (file)
@@ -803,9 +803,10 @@ attributes = dict({
                 "validation_function": validation.is_string
             }),
     "txqueuelen":  dict({
-                "name": "mask", 
+                "name": "txqueuelen", 
                 "help": "Transmission queue length (in packets)",
                 "type": Attribute.INTEGER,
+                "value": 1000,
                 "flags": Attribute.ExecReadOnly | Attribute.ExecImmutable,
                 "range" : (1,10000),
                 "validation_function": validation.is_integer