mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
core129: Ship changes from ipsec branch
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
var/ipfire/langs
|
||||
etc/rc.d/init.d/firewall
|
||||
etc/rc.d/init.d/network
|
||||
etc/rc.d/init.d/networking/red.up/50-ipsec
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
srv/web/ipfire/cgi-bin/netovpnsrv.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
usr/lib/firewall/firewall-lib.pl
|
||||
usr/lib/firewall/ipsec-policy
|
||||
usr/local/bin/ipsec-interfaces
|
||||
usr/local/bin/ipsecctrl
|
||||
|
||||
1
config/rootfiles/core/129/filelists/strongswan
Symbolic link
1
config/rootfiles/core/129/filelists/strongswan
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/strongswan
|
||||
@@ -32,8 +32,11 @@ for (( i=1; i<=$core; i++ )); do
|
||||
done
|
||||
|
||||
# Stop services
|
||||
/usr/local/bin/ipsecctrl D
|
||||
|
||||
# Remove files
|
||||
rm -vf \
|
||||
/usr/lib/firewall/ipsec-block
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
@@ -45,6 +48,8 @@ ldconfig
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
# Start services
|
||||
/etc/init.d/firewall restart
|
||||
/usr/local/bin/ipsecctrl S
|
||||
|
||||
# This update needs a reboot...
|
||||
#touch /var/run/need_reboot
|
||||
|
||||
Reference in New Issue
Block a user