]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Trust kernel and System routes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 02:45:02 +0000 (21:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 02:45:02 +0000 (21:45 -0500)
commit058c16b7e239f1c50a1d4b4376a6aff6b8dad959
treed2a8fd4570610acf69e8af34f9ac155ec4dc4ccd
parent2da33d6b3acf63f3386c70c43907f529406e8151
zebra: Trust kernel and System routes

If we receive a valid message from the kernel that
is either a kernel or system route, we should trust
that the route is legit and just use it.

Old behavior:

K * 172.22.0.0/15 [0/0] via 172.22.2.254, eva_dummy1 inactive, 00:00:16

New Behavior:

K>* 172.22.0.0/15 [0/0] via 172.22.2.254, eva_dummy1, 00:02:35

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