mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
interfaces: VTI is a bit tricky #3414
This commit is contained in:
parent
6858aec382
commit
bc6340f167
@ -882,7 +882,6 @@ function interfaces_configure($verbose = false)
|
||||
interfaces_vlan_configure($verbose);
|
||||
|
||||
/* XXX temporary plugin spot */
|
||||
plugins_configure('ipsec_prepare', $verbose);
|
||||
plugins_configure('openvpn_prepare', $verbose);
|
||||
|
||||
/*
|
||||
@ -955,6 +954,9 @@ function interfaces_configure($verbose = false)
|
||||
}
|
||||
}
|
||||
|
||||
/* XXX temporary plugin spot */
|
||||
plugins_configure('ipsec_prepare', $verbose);
|
||||
|
||||
interfaces_group_setup();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user