Nest: Read Babel metric as IGP metric
(Minor syntactic changes by committer)
This commit is contained in:
parent
ea3c6c1a15
commit
455c13dc99
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue