mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ipsec-*: Name some more configuration variables
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -24,8 +24,8 @@ VPN_CONFIG="/var/ipfire/vpn/config"
|
|||||||
eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
||||||
|
|
||||||
VARS=(
|
VARS=(
|
||||||
id status name lefthost type ctype psk local x1 leftsubnets
|
id status name lefthost type ctype psk local local_id leftsubnets
|
||||||
x2 remote rightsubnets x3 x4 x5 x6 x7 x8 x9 x10 x11 x12
|
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
|
x13 x14 x15 x16 x17 x18 x19 proto x20 x21 x22
|
||||||
route x23 mode interface_mode interface_address interface_mtu rest
|
route x23 mode interface_mode interface_address interface_mtu rest
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
|
|||||||
eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
||||||
|
|
||||||
VARS=(
|
VARS=(
|
||||||
id status name lefthost type ctype psk local x1 leftsubnets
|
id status name lefthost type ctype psk local local_id leftsubnets
|
||||||
x2 remote rightsubnets x3 x4 x5 x6 x7 x8 x9 x10 x11 x12
|
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
|
x13 x14 x15 x16 x17 x18 x19 proto x20 x21 x22
|
||||||
route x23 mode interface_mode interface_address interface_mtu rest
|
route x23 mode interface_mode interface_address interface_mtu rest
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user