luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network
Oleksandr Pastushkov 463e910119 luci-mod-network: issue with breakdown of dnsmasq after duplication of static IP was fixed
Before this commit, assigning the same static IP address to two
different hosts disabled dnsmasq.

Logic of adding a new static lease was modified. If user try to assign a
new MAC address to already reserved IP, old lease will be modified (list
of MAC addresses will be extended by new MAC) instead of creation a new lease with the same IP.

Signed-off-by: Oleksandr Pastushkov <oleks.pastushkov@gmail.com>
2021-01-04 02:07:45 +02:00
..
dhcp.js luci-mod-network: issue with breakdown of dnsmasq after duplication of static IP was fixed 2021-01-04 02:07:45 +02:00
diagnostics.js treewide: transition div tables to actual table markup 2020-11-27 21:36:40 +01:00
hosts.js treewide: import utility classes explicitly 2020-04-03 10:00:06 +02:00
interfaces.js luci-mod-network: properly handle wireless devices when adding interfaces 2020-12-12 12:16:45 +01:00
routes.js luci-mod-network: fix reading static route table value 2020-05-13 17:20:05 +02:00
switch.js treewide: import utility classes explicitly 2020-04-03 10:00:06 +02:00
wireless.js luci-mod-network: modernize 802.11w help text 2021-01-02 15:20:18 +02:00