diff options
Diffstat (limited to 'ripd/ripd.h')
| -rw-r--r-- | ripd/ripd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h index 2db1e5a6b0..ac4a51f586 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -539,4 +539,6 @@ DECLARE_HOOK(rip_ifaddr_del, (struct connected * ifc), (ifc)); extern void rip_ecmp_change(struct rip *rip); +extern uint32_t zebra_ecmp_count; + #endif /* _ZEBRA_RIP_H */ |
