Renaming PortConf to PortProfile; cleanup Device API func names

This commit is contained in:
James Stephenson
2020-10-07 08:58:59 -04:00
committed by Paul Tyng
parent 4b8ec1e2f8
commit 6203ee9620
6 changed files with 44 additions and 42 deletions

View File

@@ -55,6 +55,7 @@ var fieldReps = []replacement{
{"Networkgroup", "NetworkGroup"},
{"Pd", "PD"},
{"Pmf", "PMF"},
{"Portconf", "PortProfile"},
{"Qos", "QOS"},
{"Radiusprofile", "RADIUSProfile"},
{"Radius", "RADIUS"},
@@ -80,6 +81,7 @@ var fileReps = []replacement{
{"Dhcp", "DHCP"},
{"Wlan", "WLAN"},
{"NetworkConf", "Network"},
{"PortConf", "PortProfile"},
{"RadiusProfile", "RADIUSProfile"},
}