]> git.ipfire.org Git - thirdparty/bird.git/commit
Netlink: Parse onlink flag even on direct routes
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 12 Oct 2022 15:57:26 +0000 (17:57 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 12 Oct 2022 15:57:26 +0000 (17:57 +0200)
commit324252975004154cc70623c94f05083bff100209
treeee5d70b877897275648a61f83267528a299c8026
parent8f79e6b93e32a4eb7e4dda9bd4a9d04400b79d45
Netlink: Parse onlink flag even on direct routes

While onlink flag is meaningful only with explicit next hops, it can be
defined also on direct routes. Parse it also in this case to avoid
periodic updates of the same route.

Thanks to Marcin Saklak for the bugreport.
sysdep/linux/netlink.c