X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FPCUProtocolTypes.py;h=9475d314631578f0531348dd66e80130a3e82e92;hb=refs%2Fheads%2Fplanetlab-4_0-branch;hp=30ef45923e4308698f156286cd90902dc429afdf;hpb=a0e131a2893c75df786c94997370b01cb623dee0;p=plcapi.git diff --git a/PLC/PCUProtocolTypes.py b/PLC/PCUProtocolTypes.py index 30ef459..9475d31 100644 --- a/PLC/PCUProtocolTypes.py +++ b/PLC/PCUProtocolTypes.py @@ -24,8 +24,8 @@ class PCUProtocolType(Row): fields = { 'pcu_protocol_type_id': Parameter(int, "PCU protocol type identifier"), 'pcu_type_id': Parameter(int, "PCU type identifier"), - 'port': Parameter(int, "PCU port", max = 254), - 'protocol': Parameter(str, "Protocol", max = 254), + 'port': Parameter(int, "PCU port"), + 'protocol': Parameter(str, "Protocol"), 'supported': Parameter(bool, "Is the port/protocol supported by PLC") }