projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75e71b
)
Ensure ICMP_NET_ANO is defined.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 10 Apr 2010 21:55:15 +0000
(23:55 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 10 Apr 2010 21:55:15 +0000
(23:55 +0200)
lib/ipv4.h
patch
|
blob
|
history
diff --git
a/lib/ipv4.h
b/lib/ipv4.h
index
80ab17c
..
940c239
100644
(file)
--- 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