bird/proto/babel
Ondrej Zajicek (work) feae132e0f Do not initialize route metrics in import_control hook
During route export, the receiving protocol often initialized route
metrics to default value in its import_control hook before export filter
was executed. This is inconsistent with the expectation that an export
filter would process the same route as one in the routing table and it
breaks setting these metrics before (e.g. for static routes directly in
static protocol).

The patch removes the initialization of route metrics in import_control
hook, the default values are already handled in rt_notify hook called
after export filters.

The patch also changed the behavior of OSPF to keep metrics when a route
is reannounced between OSPF instances (to be consistent with other
protocols) and the behavior when both ospf_metric1 and ospf_metric2
are specified (to have more expected behavior).
2018-05-24 14:51:05 +02:00
..
babel.c Do not initialize route metrics in import_control hook 2018-05-24 14:51:05 +02:00
babel.h Babel: Add option to randomize router ID 2018-05-03 16:55:11 +02:00
config.Y Babel: Add option to randomize router ID 2018-05-03 16:55:11 +02:00
Doc Prog Doc: Complete several missing parameters 2016-05-12 15:49:44 +02:00
Makefile Minor cleanups 2016-12-13 20:18:11 +01:00
packets.c Babel: Add source-specific routing support 2018-02-13 16:40:14 +01:00