]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: Fix missing break in zlcient switch
authorßingen <bingen@voltanet.io>
Wed, 25 Jan 2017 13:33:01 +0000 (14:33 +0100)
committerßingen <bingen@voltanet.io>
Wed, 25 Jan 2017 13:33:01 +0000 (14:33 +0100)
lib/zclient.c

index a4c5fa4afba47e8af17f3e4c28df214b4675c26c..42fa41c9c82b653703bb288c751326c60914a859 100644 (file)
@@ -1626,6 +1626,7 @@ zclient_read (struct thread *thread)
     case ZEBRA_REDISTRIBUTE_IPV6_DEL:
       if (zclient->redistribute_route_ipv6_del)
        (*zclient->redistribute_route_ipv6_del) (command, zclient, length, vrf_id);
+      break;
     case ZEBRA_INTERFACE_LINK_PARAMS:
       if (zclient->interface_link_params)
         (*zclient->interface_link_params) (command, zclient, length);