]> git.proxmox.com Git - mirror_frr.git/commit - zebra/interface.c
zebra: Install connected routes during VRF change only if interface is up
authorvivek <vivek@cumulusnetworks.com>
Sat, 20 Jan 2018 21:21:05 +0000 (13:21 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 21 Jan 2018 14:34:15 +0000 (09:34 -0500)
commit4030583f6a80ac9c620937d1d526438bfd881280
tree73af47e7bb2449ce6c845e1232ba99e530334903
parent4ff9eb721d5b089a86070f03282c3d0843194504
zebra: Install connected routes during VRF change only if interface is up

During VRF change handling, the connected route for the interface should be
installed only if the interface is up. Otherwise, we end up with duplicate
connected routes which can lead to other problems.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Ticket: CM-19364
Reviewed By: CCR-7099
Testing Done: Manual verification
zebra/interface.c