From be891463f1cd31df6f33ce72ba1ac80de799624a Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 8 Dec 2020 17:36:23 +0100 Subject: src: add auto-dependencies for ipv6 icmp6 Extend the earlier commit to also cover icmpv6. Signed-off-by: Florian Westphal --- include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index f383291b..b9217588 100644 --- a/include/proto.h +++ b/include/proto.h @@ -30,6 +30,10 @@ enum icmp_hdr_field_type { PROTO_ICMP_ECHO, /* echo and reply */ PROTO_ICMP_MTU, /* destination unreachable */ PROTO_ICMP_ADDRESS, /* redirect */ + PROTO_ICMP6_MTU, + PROTO_ICMP6_PPTR, + PROTO_ICMP6_ECHO, + PROTO_ICMP6_MGMQ, }; /** -- cgit v1.2.3