Ensure ICMP_NET_ANO is defined.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Apr 2010 21:55:15 +0000 (23:55 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Apr 2010 21:55:15 +0000 (23:55 +0200)
lib/ipv4.h

index 80ab17c506aaa096da22d3af72657490589b10fb..940c239c985737669802aca300d80c34f78369af 100644 (file)
 #define ICMP_NET_UNREACH 0
 #endif
 
+#ifndef ICMP_NET_ANO
+#define ICMP_NET_ANO 9
+#endif
+
 #ifndef IP_MSS
 #define       IP_MSS          576
 #endif