blob: 91a16e1b3f65be5ba602f225cd65b15c3d104e99 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
. /lib/functions.sh
uci_add firewall include libreswan
uci_set firewall libreswan path '/etc/libreswan_firewall.sh'
uci_set firewall libreswan reload 1
uci_commit firewall
|