Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > f773db03fb254acb63b6af9aded00326 > files > 4

iproute2-3.19.0-1.mga5.src.rpm

diff -Nurp iproute2-3.2.0.orig/lib/ll_proto.c iproute2-3.2.0/lib/ll_proto.c
--- iproute2-3.2.0.orig/lib/ll_proto.c	2012-01-05 18:34:31.000000000 +0200
+++ iproute2-3.2.0/lib/ll_proto.c	2012-01-06 17:20:34.286187750 +0200
@@ -28,6 +28,10 @@
 #include "utils.h"
 #include "rt_names.h"
 
+/* missing define in PPC if_ether.h */
+#ifndef ETH_P_ECHO
+#define ETH_P_ECHO     0x0200
+#endif
 
 #define __PF(f,n) { ETH_P_##f, #n },
 static const struct {