protocols/core: change vendorclass option to vendorid to match actual OpenWrt implementation
This commit is contained in:
parent
3d2468cf34
commit
86a5b610fe
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ clientid = section:taboption("advanced", Value, "clientid",
|
||||||
translate("Client ID to send when requesting DHCP"))
|
translate("Client ID to send when requesting DHCP"))
|
||||||
|
|
||||||
|
|
||||||
vendorclass = section:taboption("advanced", Value, "vendorclass",
|
vendorclass = section:taboption("advanced", Value, "vendorid",
|
||||||
translate("Vendor Class to send when requesting DHCP"))
|
translate("Vendor Class to send when requesting DHCP"))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue