mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 01:40:16 +00:00
lib: Fix missing break in zlcient switch
This commit is contained in:
parent
d2ce19c9b5
commit
5cd459e86e
@ -1626,6 +1626,7 @@ zclient_read (struct thread *thread)
|
|||||||
case ZEBRA_REDISTRIBUTE_IPV6_DEL:
|
case ZEBRA_REDISTRIBUTE_IPV6_DEL:
|
||||||
if (zclient->redistribute_route_ipv6_del)
|
if (zclient->redistribute_route_ipv6_del)
|
||||||
(*zclient->redistribute_route_ipv6_del) (command, zclient, length, vrf_id);
|
(*zclient->redistribute_route_ipv6_del) (command, zclient, length, vrf_id);
|
||||||
|
break;
|
||||||
case ZEBRA_INTERFACE_LINK_PARAMS:
|
case ZEBRA_INTERFACE_LINK_PARAMS:
|
||||||
if (zclient->interface_link_params)
|
if (zclient->interface_link_params)
|
||||||
(*zclient->interface_link_params) (command, zclient, length);
|
(*zclient->interface_link_params) (command, zclient, length);
|
||||||
|
Loading…
Reference in New Issue
Block a user