]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: V6 does not have route replace semantics
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Nov 2017 16:01:44 +0000 (11:01 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Nov 2017 16:13:01 +0000 (11:13 -0500)
commite7fcb84341f642c9a1d9cc9280b6d172a86fd68f
tree71f9ce03f91fc2af607150074c91931bfcfbe474
parent9507e69655babad87dad1a41b803672462350cd2
zebra: V6 does not have route replace semantics

The v6 linux kernel netlink code doees not have
route replace semantics.  So if we are in that
situation, do a delete/add to get the correct
results.

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