luci/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network
Hannu Nyman b1217c88c3 luci-mod-admin-full: limit interface name length to 15 chars
Limit the name of a new interface to 15 characters.
Add a note about the maximum length and the automatic protocol/bridge
prefixes (br-, 6in4-, pppoe- etc.).

Reference to:
https://dev.openwrt.org/ticket/20380
https://github.com/openwrt/luci/issues/507

There is a 15 character limit to the "real" interface name,
enforced both in the firewall and dnsmasq. The real interface name
includes the possible prefix "br-", "6in4-" etc. Example of an error:
  interface name `br-lan_protected' must be shorter than IFNAMSIZ (15)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-05 11:00:41 +02:00
..
dhcp.lua luci-mod-admin-full: fix dnsmasq no-hosts/addn-hosts options 2015-09-28 01:12:15 +01:00
hosts.lua luci-mod-admin-full: convert luci.sys.net.arptable() to luci.ip.neighbors() 2015-01-22 18:45:28 +01:00
iface_add.lua luci-mod-admin-full: limit interface name length to 15 chars 2015-11-05 11:00:41 +02:00
ifaces.lua /etc/config/dhcp 2015-03-02 15:14:24 +08:00
network.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
proto_ahcp.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
routes.lua luci-mod-admin-full: switch to luci.ip route functions 2015-01-22 15:53:16 +01:00
vlan.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
wifi.lua When editing an AP wireless network in LuCI, if one or more STA networks are also present on the same radio, then the channel is locked and cannot be changed for the AP. The case when all STA networks are disabled is not considered. This patch fixes the issue. Disabled networks no longer apply a lock on the channel. 2015-07-27 11:37:09 +02:00
wifi_add.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00