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 80ab17c..940c239 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