diff options
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r-- | isisd/isisd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index f7dc0efe2..efbfafc5f 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -48,9 +48,7 @@ struct isis struct list *area_list; /* list of IS-IS areas */ struct list *init_circ_list; struct list *nexthops; /* IPv4 next hops from this IS */ -#ifdef HAVE_IPV6 struct list *nexthops6; /* IPv6 next hops from this IS */ -#endif /* HAVE_IPV6 */ u_char max_area_addrs; /* maximumAreaAdresses */ struct area_addr *man_area_addrs; /* manualAreaAddresses */ u_int32_t debugs; /* bitmap for debug */ @@ -71,10 +69,8 @@ struct isis_area dict_t *lspdb[ISIS_LEVELS]; /* link-state dbs */ struct isis_spftree *spftree[ISIS_LEVELS]; /* The v4 SPTs */ struct route_table *route_table[ISIS_LEVELS]; /* IPv4 routes */ -#ifdef HAVE_IPV6 struct isis_spftree *spftree6[ISIS_LEVELS]; /* The v6 SPTs */ struct route_table *route_table6[ISIS_LEVELS]; /* IPv6 routes */ -#endif #define DEFAULT_LSP_MTU 1497 unsigned int lsp_mtu; /* Size of LSPs to generate */ struct list *circuit_list; /* IS-IS circuits */ @@ -124,9 +120,7 @@ struct isis_area int ip_circuits; /* logging adjacency changes? */ u_char log_adj_changes; -#ifdef HAVE_IPV6 int ipv6_circuits; -#endif /* HAVE_IPV6 */ /* Counters */ u_int32_t circuit_state_changes; struct isis_redist redist_settings[REDIST_PROTOCOL_COUNT] |