]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Saving interface description makes no sense on deletion
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 19 Sep 2019 17:27:04 +0000 (13:27 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 19 Sep 2019 17:33:23 +0000 (13:33 -0400)
commit26f135777c20a5914c43fc7168b70a950e47183a
treebd74afa7c784fcb902ebe4a4366f9f3c2309d5c6
parent16296beaa5ff0b51e1b9e88848206dcea5cd2a32
zebra: Saving interface description makes no sense on deletion

We were storing the interface description irrelevant of whether
or not it was a newlink or dellink.  This makes no sense.

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