1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 11:23:57 +02:00
openwrt-packages/net/mwan3/files/etc
Florian Eckert 75878e8f3c mwan3: add online_metric for ipsec failover
The mwan3 with IPsec does not work in a failover scenario as expected.
Because the default table is used for an lookup which traffic should be
encrypt.
The traffic for encryption is sent out on the interface with the lowest
metric. No matter which interface is currently seen as connected by the
mwan3.

In order for this that mwan3 could work with IPsec, an additional metric
is set that indicates which interface is currently connected. And the
interface with the lowest 'online_metric' is used as the IPsec interface.
If the interface is not considered connected by the mwan3, then the
online_metric for this interface is not set and the next route with an
higher metric is used.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-07-20 11:23:13 +02:00
..
config mwan3: Simplify default configuration, mostly use defaults 2020-10-16 09:55:40 -04:00
hotplug.d/iface mwan3: add online_metric for ipsec failover 2022-07-20 11:23:13 +02:00
init.d mwan3: add online_metric for ipsec failover 2022-07-20 11:23:13 +02:00
uci-defaults mwan3: add migration script for flush_conntrack config 2019-07-04 12:03:23 +02:00
mwan3.user mwan3: Update documentation information for mwan3.user file 2020-11-16 10:42:45 +00:00