diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-04-13 12:21:47 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-04-14 20:56:45 -0400 | 
| commit | 44e9909db444bead27483886b013b96fcf0aca47 (patch) | |
| tree | 44dbc0deba22cb0c81950e69acdd96deeaafbd64 /zebra/zebra_snmp.c | |
| parent | e2b1be648db7e7906aa5e4e04b23ef88cbeff04a (diff) | |
zebra: Refactor struct zebra_t
We were including 'extern struct zebra_t zebrad;' all
over the place.  This made no sense.  Refactor
into zserv.h where the definition was and remove resulting
unnecessary code.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_snmp.c')
| -rw-r--r-- | zebra/zebra_snmp.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_snmp.c b/zebra/zebra_snmp.c index fbd0379fcd..11fc0ef40d 100644 --- a/zebra/zebra_snmp.c +++ b/zebra/zebra_snmp.c @@ -84,8 +84,6 @@  #define IPADDRESS ASN_IPADDRESS  #define OBJECTIDENTIFIER ASN_OBJECT_ID -extern struct zebra_t zebrad; -  oid ipfw_oid [] = { IPFWMIB };  /* Hook functions. */  | 
