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, 20 Jul 2020 06:11:20 +0000 (08:11 +0200)
commitbcd13ba95cd5b96d04e490b576faab54404cbf69
treef7349c228d96cc1a36a3e8a99edb1db6c6a5af58
parentbcd914e6658aed571eae554dfb8bfaac87e3fa41
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>
net/mwan3/files/lib/mwan3/mwan3.sh