diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2015-10-04 23:08:58 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2015-10-04 23:08:58 +0000 |
commit | a161f8c3b48df2bc71f79a3c2e6bec4fd0237d1a (patch) | |
tree | 22706d087f4c0ec6799db485fceacd456b6dbfc8 /usr.sbin/eigrpd/eigrpe.h | |
parent | 020366e272c9ffddc9168953d64a9f0184862d78 (diff) |
Ignore IPv4 TLVs in IPv6 instances and vice-versa.
Diffstat (limited to 'usr.sbin/eigrpd/eigrpe.h')
-rw-r--r-- | usr.sbin/eigrpd/eigrpe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/eigrpd/eigrpe.h b/usr.sbin/eigrpd/eigrpe.h index b7e43547a73..ea773ed58f7 100644 --- a/usr.sbin/eigrpd/eigrpe.h +++ b/usr.sbin/eigrpd/eigrpe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eigrpe.h,v 1.1 2015/10/02 04:26:47 renato Exp $ */ +/* $OpenBSD: eigrpe.h,v 1.2 2015/10/04 23:08:57 renato Exp $ */ /* * Copyright (c) 2015 Renato Westphal <renato@openbsd.org> @@ -167,7 +167,7 @@ int gen_mcast_seq_tlv(struct ibuf *, uint32_t); uint16_t len_route_tlv(struct rinfo *); int gen_route_tlv(struct ibuf *, struct rinfo *); struct tlv_parameter *tlv_decode_parameter(struct tlv *, char *); -int tlv_decode_seq(struct tlv *, char *, +int tlv_decode_seq(int, struct tlv *, char *, struct seq_addr_head *); struct tlv_sw_version *tlv_decode_sw_version(struct tlv *, char *); struct tlv_mcast_seq *tlv_decode_mcast_seq(struct tlv *, char *); |