diff options
Diffstat (limited to 'zebra/router-id.c')
| -rw-r--r-- | zebra/router-id.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/router-id.c b/zebra/router-id.c index a1d7cb9dab..58c1c031cf 100644 --- a/zebra/router-id.c +++ b/zebra/router-id.c @@ -43,6 +43,9 @@ #include "zebra/router-id.h" #include "zebra/redistribute.h" +/* master zebra server structure */ +extern struct zebra_t zebrad; + static struct connected * router_id_find_node (struct list *l, struct connected *ifc) { |
