]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ipsec-*: Name some more configuration variables
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Jan 2019 16:44:03 +0000 (16:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Feb 2019 18:20:36 +0000 (18:20 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/firewall/ipsec-policy
src/scripts/ipsec-interfaces

index cd427f0221fc481522362e5e2460686fc1c74b1d..1ad4de65013fe66c8d3e36fb62c370256b865289 100644 (file)
@@ -24,8 +24,8 @@ VPN_CONFIG="/var/ipfire/vpn/config"
 eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
 
 VARS=(
-       id status name lefthost type ctype psk local x1 leftsubnets
-       x2 remote rightsubnets x3 x4 x5 x6 x7 x8 x9 x10 x11 x12
+       id status name lefthost type ctype psk local local_id leftsubnets
+       remote_id remote rightsubnets x3 x4 x5 x6 x7 x8 x9 x10 x11 x12
        x13 x14 x15 x16 x17 x18 x19 proto x20 x21 x22
        route x23 mode interface_mode interface_address interface_mtu rest
 )
index 3edc7516e172797fcf0eec56646fd63013f6de75..0f33eb1519fe59c2f183469b8dc7321ec587944c 100644 (file)
@@ -27,8 +27,8 @@ eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
 eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
 
 VARS=(
-       id status name lefthost type ctype psk local x1 leftsubnets
-       x2 remote rightsubnets x3 x4 x5 x6 x7 x8 x9 x10 x11 x12
+       id status name lefthost type ctype psk local local_id leftsubnets
+       remote_id remote rightsubnets x3 x4 x5 x6 x7 x8 x9 x10 x11 x12
        x13 x14 x15 x16 x17 x18 x19 proto x20 x21 x22
        route x23 mode interface_mode interface_address interface_mtu rest
 )