mirror of
https://github.com/openwrt/packages.git
synced 2025-10-12 20:35:27 +00:00
Add libreswan UCI configuration and hotplug support Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
9 lines
184 B
Bash
9 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
|