Nest: Read Babel metric as IGP metric

(Minor syntactic changes by committer)
This commit is contained in:
James Lu 2020-12-29 02:23:54 +01:00 committed by Ondrej Zajicek (work)
parent ea3c6c1a15
commit 455c13dc99

View file

@ -2878,6 +2878,11 @@ rt_get_igp_metric(rte *rt)
}
#endif
#ifdef CONFIG_BABEL
if (a->source == RTS_BABEL)
return rt->u.babel.metric;
#endif
if (a->source == RTS_DEVICE)
return 0;