summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_packet.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-23 01:48:23 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-08-24 14:04:20 +0200
commit5ca6df7822a8cddd1a10b27760f6b6e274aced5d (patch)
tree1c34cec265e2e23e1b42d60e11cc0ae3ea317a0b /eigrpd/eigrp_packet.h
parenteigrpd: Remove union from FSM msg (diff)
downloadfrr-5ca6df7822a8cddd1a10b27760f6b6e274aced5d.tar.xz
frr-5ca6df7822a8cddd1a10b27760f6b6e274aced5d.zip
eigrpd: No need to create TLV type
There is no need to create a TLV type to pass in for the FSM message. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_packet.h')
-rw-r--r--eigrpd/eigrp_packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eigrpd/eigrp_packet.h b/eigrpd/eigrp_packet.h
index e72048ecc..e52fd268f 100644
--- a/eigrpd/eigrp_packet.h
+++ b/eigrpd/eigrp_packet.h
@@ -152,7 +152,6 @@ extern int eigrp_check_sha256_digest(struct stream *,
struct eigrp_neighbor *, u_char);
-extern struct TLV_IPv4_Internal_type *eigrp_IPv4_InternalTLV_new(void);
extern void eigrp_IPv4_InternalTLV_free(struct TLV_IPv4_Internal_type *);
extern struct TLV_Sequence_Type *eigrp_SequenceTLV_new(void);