mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ipsec-policy: Variables don't match those from the CGI
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -25,10 +25,9 @@ eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
|||||||
|
|
||||||
VARS=(
|
VARS=(
|
||||||
id status name lefthost type ctype x1 x2 x3 leftsubnets
|
id status name lefthost type ctype x1 x2 x3 leftsubnets
|
||||||
x4 righthost rightsubnets x5 x6 x7 x8 x9 x10 x11 x12
|
remote righthost rightsubnets x5 x6 x7 x8 x9 x10 x11 x12
|
||||||
x13 x14 x15 x16 x17 x18 x19 x20 x21 proto x22 x23 x24
|
x13 x14 x15 x16 x17 x18 x19 x20 x21 proto x22 x23 x24
|
||||||
route x26 x27 x28 x29 x30 x31 x32 x33 x34 x35
|
route x26 mode interface_mode interface_address interface_mtu rest
|
||||||
interface_mode interface_address interface_mtu rest
|
|
||||||
)
|
)
|
||||||
|
|
||||||
block_subnet() {
|
block_subnet() {
|
||||||
|
|||||||
Reference in New Issue
Block a user