0
0
mirror of https://github.com/openwrt/packages.git synced 2025-10-12 20:35:27 +00:00
Files
packages/net/libreswan/files/etc/uci-defaults/091-libreswan
Jaymin Patel 52af24ff56 libreswan: uci configuration support
Add libreswan UCI configuration and hotplug support

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
2023-10-30 23:44:39 +05:30

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