summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-08 16:52:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-08 16:52:45 +0000
commit86a5b610feedada4b620fdf7f369d01c03166fa0 (patch)
treef0e12f390f41573cfd7a98f61f1d6cf34a4759c9 /protocols
parent3d2468cf34207d2104a51833b8dafd05f872dfc8 (diff)
protocols/core: change vendorclass option to vendorid to match actual OpenWrt implementation
Diffstat (limited to 'protocols')
-rw-r--r--protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua b/protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
index 68c32f2ea..aaac14ebb 100644
--- a/protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
+++ b/protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
@@ -103,7 +103,7 @@ clientid = section:taboption("advanced", Value, "clientid",
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"))