]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.h
Merge pull request #4365 from adharkar/frr-master-fpm_rtm_table
[mirror_frr.git] / zebra / zebra_router.h
index 72b5e9b9b1e0088c392268f7fe8eb301a2fed031..b3def297ac6bfdc59ce9da411df71da36fde8295 100644 (file)
@@ -89,9 +89,6 @@ struct zebra_router {
        /* A sequence number used for tracking routes */
        _Atomic uint32_t sequence_num;
 
-       /* The default table used for this router */
-       uint32_t rtm_table_default;
-
        /* rib work queue */
 #define ZEBRA_RIB_PROCESS_HOLD_TIME 10
 #define ZEBRA_RIB_PROCESS_RETRY_TIME 1
@@ -113,6 +110,8 @@ struct zebra_router {
         * The EVPN instance, if any
         */
        struct zebra_vrf *evpn_vrf;
+
+       uint32_t multipath_num;
 };
 
 extern struct zebra_router zrouter;
@@ -131,8 +130,6 @@ extern void zebra_router_release_table(struct zebra_vrf *zvrf, uint32_t tableid,
 
 extern int zebra_router_config_write(struct vty *vty);
 
-extern unsigned long zebra_router_score_proto(uint8_t proto,
-                                             unsigned short instance);
 extern void zebra_router_sweep_route(void);
 
 extern void zebra_router_show_table_summary(struct vty *vty);