]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/zclient.h
*: Convert from ->interface_up to the interface callback
[mirror_frr.git] / lib / zclient.h
index 9361b56c31ec0791ce22eac60a9892a866b7d4bf..60b2ec82078186834eb3ef5c13657298bd4e0f4c 100644 (file)
@@ -241,7 +241,6 @@ struct zclient {
        void (*zebra_capabilities)(struct zclient_capabilities *cap);
        int (*router_id_update)(ZAPI_CALLBACK_ARGS);
        int (*interface_delete)(ZAPI_CALLBACK_ARGS);
-       int (*interface_up)(ZAPI_CALLBACK_ARGS);
        int (*interface_down)(ZAPI_CALLBACK_ARGS);
        int (*interface_address_add)(ZAPI_CALLBACK_ARGS);
        int (*interface_address_delete)(ZAPI_CALLBACK_ARGS);