From: Guus Sliepen Date: Sat, 10 Apr 2010 21:55:15 +0000 (+0200) Subject: Ensure ICMP_NET_ANO is defined. X-Git-Tag: release-1.0.13~7 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=d1cc637470edaed663e694fdeb290eb45cc9ecca;ds=sidebyside Ensure ICMP_NET_ANO is defined. --- diff --git a/lib/ipv4.h b/lib/ipv4.h index 80ab17c5..940c239c 100644 --- a/lib/ipv4.h +++ b/lib/ipv4.h @@ -45,6 +45,10 @@ #define ICMP_NET_UNREACH 0 #endif +#ifndef ICMP_NET_ANO +#define ICMP_NET_ANO 9 +#endif + #ifndef IP_MSS #define IP_MSS 576 #endif