summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-12-08 17:36:23 +0100
committerFlorian Westphal <fw@strlen.de>2020-12-09 18:33:53 +0100
commitbe891463f1cd31df6f33ce72ba1ac80de799624a (patch)
tree2fc9cabbbdb17d84c1d063c982740a545b18bc4d /include/proto.h
parenta99a377dde8e7af4c5eeb79a476756e379354d71 (diff)
src: add auto-dependencies for ipv6 icmp6
Extend the earlier commit to also cover icmpv6. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 4 insertions, 0 deletions
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,
};
/**