summaryrefslogtreecommitdiffstats
path: root/isisd/isis_mt.h
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2017-06-21 15:21:00 +0200
committerChristian Franke <chris@opensourcerouting.org>2017-08-03 11:34:04 +0200
commit0c1bd7588b0d5d51e2e8e72e85ab113504d0584b (patch)
tree9f6e682d5fcbe7edc484c60f88bc4c8fa935d2a5 /isisd/isis_mt.h
parentisisd: Don't use structs to encode/decode PDU header (diff)
downloadfrr-0c1bd7588b0d5d51e2e8e72e85ab113504d0584b.tar.xz
frr-0c1bd7588b0d5d51e2e8e72e85ab113504d0584b.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/isisd/isis_mt.h b/isisd/isis_mt.h
index 57a747990..496da8558 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);