diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-06-21 15:21:00 +0200 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-08-03 11:34:04 +0200 | 
| commit | 0c1bd7588b0d5d51e2e8e72e85ab113504d0584b (patch) | |
| tree | 9f6e682d5fcbe7edc484c60f88bc4c8fa935d2a5 /isisd/isis_mt.h | |
| parent | 88f9d9112a0a90c0a2830e1621eefa18b59e0c2e (diff) | |
isisd: send/receive IIHs with new parser
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_mt.h')
| -rw-r--r-- | isisd/isis_mt.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/isisd/isis_mt.h b/isisd/isis_mt.h index 57a7479900..496da8558c 100644 --- a/isisd/isis_mt.h +++ b/isisd/isis_mt.h @@ -88,6 +88,7 @@ struct isis_area;  struct isis_circuit;  struct tlvs;  struct te_is_neigh; +struct isis_tlvs;  uint16_t isis_area_ipv6_topology(struct isis_area *area); @@ -138,7 +139,7 @@ circuit_get_mt_setting(struct isis_circuit *circuit, uint16_t mtid);  int circuit_write_mt_settings(struct isis_circuit *circuit, struct vty *vty);  struct isis_circuit_mt_setting **  circuit_mt_settings(struct isis_circuit *circuit, unsigned int *mt_count); -bool tlvs_to_adj_mt_set(struct tlvs *tlvs, bool v4_usable, bool v6_usable, +bool tlvs_to_adj_mt_set(struct isis_tlvs *tlvs, bool v4_usable, bool v6_usable,  			struct isis_adjacency *adj);  bool adj_has_mt(struct isis_adjacency *adj, uint16_t mtid);  void adj_mt_finish(struct isis_adjacency *adj);  | 
