mwan3: fix rtmon routing table function generation
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 16 Jul 2020 12:02:57 +0000 (14:02 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 27 Jul 2020 10:19:50 +0000 (12:19 +0200)
commitb5ed0033c8cfc26c50f86252f54944394a1f11d1
tree998201a00c2144fe7bb0c4fc8fe0ce3512e70e47
parent2c89e14c31e4d73710ba100b39c121719346b007
mwan3: fix rtmon routing table function generation

If the uci option family is not set in the interface section, then there
is no default value set as in the `config_load / config_get` API.
The problem here is that if the family is not set, the default value ipv4
is normaly assumed. But the comparison fails here because the value is empty
and therefore the dedicated routing table for this interface is not compared
with the other routes from the main table and so not updated.

To fix this set the default value for this config option which is`false`
for enabled and `ipv4` for family.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit bcd13ba95cd5b96d04e490b576faab54404cbf69)
net/mwan3/files/lib/mwan3/mwan3.sh