dave14305
dave14305
sed pattern had a trailing space, probably from the times when "# Skynet Firewall Addition" was the standard comment. This prevented clean removal of the swapon/swapoff commands during uninstall.
The dns_local_cache nvram variable was removed in commit 33c0796. Cleanup this leftover check.
https://github.com/openwrt/luci/blob/7722292e88942e19210799b28320d8e051af0148/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dns.js#L857 The dnsmasq ipset configuration has two separate configuration options available: `family` and `table_family`. `table_family` refers to the nft table type that stores the set names specified in the `ipset`...