X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FLegacy%2FAddInterface.py;fp=PLC%2FMethods%2FLegacy%2FAddInterface.py;h=d9a245be4fba8f64a980e1648168d255d028bd19;hb=328caa57be5cebbb77b2f264e20083e03ec5c28a;hp=5d2774d01383e9b8360d84be347dcd3dec8ab520;hpb=03026ae30ddd29f24afe67a0c56ea16ac0642132;p=plcapi.git diff --git a/PLC/Methods/Legacy/AddInterface.py b/PLC/Methods/Legacy/AddInterface.py index 5d2774d..d9a245b 100644 --- a/PLC/Methods/Legacy/AddInterface.py +++ b/PLC/Methods/Legacy/AddInterface.py @@ -66,7 +66,9 @@ class AddInterface(Method): ] returns = Parameter(int, 'New interface_id (> 0) if successful') - + + # needed for generating the doc and prevent conflicts in the xml ids + status = 'legacy' def call(self, auth, node_id_or_hostname, interface_fields):