From: Alexandros C. Couloumbis Date: Wed, 27 Oct 2010 13:13:05 +0000 (+0000) Subject: net/quagga: fix r23654 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e04d7e7b2b34bff288396af13f4af082328f7301;p=openwrt%2Fsvn-archive%2Fpackages.git net/quagga: fix r23654 SVN-Revision: 23664 --- diff --git a/net/quagga/patches/100-quagga_multipath_caching_policy.patch b/net/quagga/patches/100-quagga_multipath_caching_policy.patch index 1d4a4ef8b..157bfc6d2 100644 --- a/net/quagga/patches/100-quagga_multipath_caching_policy.patch +++ b/net/quagga/patches/100-quagga_multipath_caching_policy.patch @@ -9,24 +9,6 @@ dnl Utility macro to avoid retyping includes all the time m4_define([QUAGGA_INCLUDES], -@@ -779,6 +779,17 @@ AC_SUBST(RT_METHOD) - AC_SUBST(KERNEL_METHOD) - AC_SUBST(OTHER_METHOD) - -+dnl ---------- -+dnl Check for RTA_MP_ALGO in linux/rtnetlink.h -+dnl ---------- -+AC_MSG_CHECKING(for support of multipath alg. in netlink) -+ if grep RTA_MP_ALGO linux/rtnetlink.h >/dev/null 2>&1; then -+ AC_DEFINE(HAVE_LINUX_IP_MP_ALG_H,,RTA_MP exist in rtnetlink) -+ AC_MSG_RESULT(yes) -+ else -+ AC_MSG_RESULT(no) -+ fi -+ - dnl -------------------------- - dnl Determine IS-IS I/O method - dnl -------------------------- --- a/lib/command.h +++ b/lib/command.h @@ -101,6 +101,7 @@ enum node_type