]> git.proxmox.com Git - mirror_frr.git/commit
zebra: When installing route use a good proto
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 21:47:51 +0000 (17:47 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 21:49:42 +0000 (17:49 -0400)
commita56ec5c0e9e04bdc9fa2b334613a9620e9cbefbe
tree007faa502ae59088ad9d809c3dfb6765cba0b43f
parent317c6a10287d0cbb43fd6b82ade76d3f2f444ed8
zebra: When installing route use a good proto

When installing a table route into the kernel choose
RTPROT_ZEBRA as the installing/controlling protocol.

This way we can know we installed it as well as stop
the warnings about this special case of `ip import-table XX`

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