]> git.ipfire.org Git - thirdparty/bird.git/commit
Implement onlink flag for nexthops
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 4 Jul 2017 21:36:21 +0000 (23:36 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 4 Jul 2017 21:36:21 +0000 (23:36 +0200)
commita1f5e514ef091b82754f38f0e583af40778c7d97
treeb449e8da19c061bb4a64857cf29cae9a521cf86f
parent5220cb63e34961b097d3bc274e394c0fa946d7d3
Implement onlink flag for nexthops

Add proper support for per-nexthop onlink flag in routes to handle next
hop addresses that are not covered by interface IP ranges. Supported by
kernel and static protocols.

Thanks to Vincent Bernat for the idea.
nest/route.h
nest/rt-attr.c
nest/rt-show.c
nest/rt-table.c
proto/static/config.Y
proto/static/static.c
proto/static/static.h
sysdep/linux/netlink.c