Skip to content

Fixed Device.NAT. param permissions

sandeep sharma requested to merge Bug_6322 into devel

Some read-only parameters such as "Status" are "PARAM_READ_WRITE" in Device.NAT.PortMapping.{i} and Device.NAT.InterfaceSetting.{i}. This fix will retrun the access of read-only parameter as "PARAM_READ".

Merge request reports