diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-13 20:58:29 +0100 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-05-14 23:15:18 +0200 |
commit | b3f2b59020aeb0d04f7867585766732d54026edf (patch) | |
tree | cf18f66d86ab63fbfcbda7a53dd7b35ddc6dc2fa /zebra/zserv.h | |
parent | Merge pull request #4324 from opensourcerouting/fix_grammar_sandbox (diff) | |
download | frr-b3f2b59020aeb0d04f7867585766732d54026edf.tar.xz frr-b3f2b59020aeb0d04f7867585766732d54026edf.zip |
zebra: Move multipath_num into zrouter
The multipath_num variable is a property of zebra_router,
so move it there.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index d6fdc0537..34965618f 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -173,8 +173,6 @@ struct zserv { DECLARE_HOOK(zserv_client_connect, (struct zserv *client), (client)); DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client)); -extern unsigned int multipath_num; - /* * Initialize Zebra API server. * |