From: Nick Hibma Date: Tue, 21 Feb 2012 14:26:58 +0000 (+0100) Subject: Add missing ICMP message type definitions. X-Git-Tag: release-1.0.17~11 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=65e8e06c6dc7349b11c3c1e8f4071b51e2994c65 Add missing ICMP message type definitions. --- diff --git a/lib/ipv4.h b/lib/ipv4.h index 940c239c..57d236d3 100644 --- a/lib/ipv4.h +++ b/lib/ipv4.h @@ -41,6 +41,14 @@ #define ICMP_NET_UNKNOWN 6 #endif +#ifndef ICMP_TIME_EXCEEDED +#define ICMP_TIME_EXCEEDED 11 +#endif + +#ifndef ICMP_EXC_TTL +#define ICMP_EXC_TTL 0 +#endif + #ifndef ICMP_NET_UNREACH #define ICMP_NET_UNREACH 0 #endif