diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-22 19:48:23 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-24 08:04:20 -0400 |
| commit | 5ca6df7822a8cddd1a10b27760f6b6e274aced5d (patch) | |
| tree | 1c34cec265e2e23e1b42d60e11cc0ae3ea317a0b /eigrpd/eigrp_packet.h | |
| parent | db6ec9ff6e8e1641c586ce32b4422b6e0c896500 (diff) | |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigrpd/eigrp_packet.h b/eigrpd/eigrp_packet.h index e72048ecc3..e52fd268fa 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); |
