From be098f39e81fdfd75b75edd201e049aa1b8d6d78 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 11 Nov 2011 11:32:18 +0000 Subject: [PATCH] Define a new ICMPv6 message type for Trickle Multicast Pending IANA allocation, we currently use private experimentation --- core/net/ipv6/uip-icmp6.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/net/ipv6/uip-icmp6.h b/core/net/ipv6/uip-icmp6.h index 9441cbc0e..fd5f7136f 100644 --- a/core/net/ipv6/uip-icmp6.h +++ b/core/net/ipv6/uip-icmp6.h @@ -65,6 +65,11 @@ #define ICMP6_REDIRECT 137 /**< Redirect */ #define ICMP6_RPL 155 /**< RPL */ +#define ICMP6_PRIV_EXP_100 100 /**< Private Experimentation */ +#define ICMP6_PRIV_EXP_101 101 /**< Private Experimentation */ +#define ICMP6_PRIV_EXP_200 200 /**< Private Experimentation */ +#define ICMP6_PRIV_EXP_201 201 /**< Private Experimentation */ +#define ICMP6_ROLL_TM ICMP6_PRIV_EXP_200 /**< ROLL Trickle Multicast */ /** @} */