X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fipv4.h;h=940c239c985737669802aca300d80c34f78369af;hp=80ab17c506aaa096da22d3af72657490589b10fb;hb=79e46d08a46f2fef2ee4e8eac7ba487007160564;hpb=4ce4af4c712c80d08630767ec34787253da1021b diff --git a/src/ipv4.h b/src/ipv4.h index 80ab17c5..940c239c 100644 --- a/src/ipv4.h +++ b/src/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