diff options
Diffstat (limited to 'isisd/isisd.h')
| -rw-r--r-- | isisd/isisd.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index f8486ae0d6..393b1d67c7 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -69,8 +69,7 @@ struct isis {  	uint32_t router_id;		/* Router ID from zebra */  	struct list *area_list;	/* list of IS-IS areas */  	struct list *init_circ_list; -	struct list *nexthops;		  /* IPv4 next hops from this IS */ -	struct list *nexthops6;		  /* IPv6 next hops from this IS */ +	struct list *nexthops;		  /* IP next hops from this IS */  	uint8_t max_area_addrs;		  /* maximumAreaAdresses */  	struct area_addr *man_area_addrs; /* manualAreaAddresses */  	uint32_t debugs;		  /* bitmap for debug */  | 
