Merge pull request #402 from crza/fix-ndppd
[feed/routing.git] / nodogsplash / files / etc / uci-defaults / 40_nodogsplash
1 #!/bin/sh
2
3 uci batch <<-EOT
4 delete firewall.nodogsplash
5 set firewall.nodogsplash=include
6 set firewall.nodogsplash.type=script
7 set firewall.nodogsplash.path=/usr/lib/nodogsplash/restart.sh
8 commit firewall
9 EOF