]> git.ipfire.org Git - thirdparty/bird.git/commit
Netlink: Handle alien routes with unsorted nexthops
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 2 Jul 2019 16:23:06 +0000 (18:23 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 2 Jul 2019 16:23:06 +0000 (18:23 +0200)
commit59d3a3611f05c05040cec4bf09f31c26ade0fa0a
treeaab1ddc488455681058e40e277a948462f00ae93
parent1187627a1dded6a3673c0d43033f431f15cd1b8f
Netlink: Handle alien routes with unsorted nexthops

Nest requires that nexthops are sorted, the kernel protocol have to
ensure that for alien routes.
nest/route.h
nest/rt-attr.c
sysdep/linux/netlink.c