commit | 82a6635ca580ccd3c31551c960ec3de816b6c15d | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Fri Jan 15 17:36:30 2016 +0200 |
committer | Paul Jakma <paul.jakma@hpe.com> | Fri Feb 26 14:11:46 2016 +0000 |
tree | d55f7b9894ccfda8f6b3295fd1efdf86356c1969 | |
parent | 0abf6796c3d8ae8f5ea8624668424bc1554de25e [diff] |
zebra: use link scope for interface routes In linux, 'scope' is a hint of distance of the IP. And this is evident from the fact that only lower scope can be used as recursive via lookup result. This changes all interface routes scope to link so kernel will allow regular routes to use it as via. Then we do not need to use the 'onlink' attribute. Signed-off-by: Timo Teräs <timo.teras@iki.fi>