Add libreswan UCI configuration and hotplug support Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
8 lines
184 B
Bash
8 lines
184 B
Bash
#!/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
|