]> git.proxmox.com Git - mirror_frr.git/commit - zebra/interface.c
zebra: avoid inactivating twice an interface
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 4 May 2018 11:49:56 +0000 (13:49 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 4 May 2018 14:50:47 +0000 (16:50 +0200)
commit7befff57dffd2e6ed10881cf4b72c7dc10df62c6
treeca8f65695bdae08c4e0e593eba223a6df38a7b89
parent393ec5424e35d1469d6a3c9ac7cd0f38481bb359
zebra: avoid inactivating twice an interface

This code is a sanity check to avoid double unlink of interface.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/interface.c