diff options
author | Christian Franke <chris@opensourcerouting.org> | 2017-07-23 15:06:09 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2017-08-03 11:34:04 +0200 |
commit | 841791b65b1958df9ac3986b155d053238e3a7b9 (patch) | |
tree | e5d0c56050daf08011e4fda98751d723dff68b2e /isisd/isis_memory.h | |
parent | isisd: send/receive LSPs with new parser (diff) | |
download | frr-841791b65b1958df9ac3986b155d053238e3a7b9.tar.xz frr-841791b65b1958df9ac3986b155d053238e3a7b9.zip |
isisd: rework complete, move "tlvs2" to "tlvs"
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_memory.h')
-rw-r--r-- | isisd/isis_memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_memory.h b/isisd/isis_memory.h index e204704c8..4078c7a67 100644 --- a/isisd/isis_memory.h +++ b/isisd/isis_memory.h @@ -33,7 +33,6 @@ DECLARE_MTYPE(ISIS_ADJACENCY) DECLARE_MTYPE(ISIS_ADJACENCY_INFO) DECLARE_MTYPE(ISIS_AREA) DECLARE_MTYPE(ISIS_AREA_ADDR) -DECLARE_MTYPE(ISIS_TLV) DECLARE_MTYPE(ISIS_DYNHN) DECLARE_MTYPE(ISIS_SPFTREE) DECLARE_MTYPE(ISIS_VERTEX) |