]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: When the kernel passes up a onlink route respect those flags
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 02:57:32 +0000 (21:57 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 03:01:03 +0000 (22:01 -0500)
commit6cae47ed3806308903a8098e5bb725bd9ab51d44
tree6d839ff1d1e31ea35a4673a0a040f75e3e5537be
parent058c16b7e239f1c50a1d4b4376a6aff6b8dad959
zebra: When the kernel passes up a onlink route respect those flags

Read the onlink flag from the kernel for routes and pass them
up and through to zebra so that we are consistent with what
the kernel is telling us.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt_netlink.c