* rt_netlink.c: (netlink_route_multipath) dont set equalise flag.
No stock Linux kernel has ever supported it, and even if it had
+2005-03-12 Paul Jakma <paul@dishone.st>
+
+ * rt_netlink.c: (netlink_route_multipath) dont set equalise flag.
+ No stock Linux kernel has ever supported it, and even if it had
+ it's not generally a good idea.
+
2005-03-07 Michael Sandee <voidptr@voidptr.sboost.org>
* if_proc.c, ipforward_proc.c, rtread_proc.c: Fix fd leaks.
req.r.rtm_table = rib->table;
req.r.rtm_dst_len = p->prefixlen;
-#ifdef RTM_F_EQUALIZE
- req.r.rtm_flags |= RTM_F_EQUALIZE;
-#endif /* RTM_F_EQUALIZE */
-
if ((rib->flags & ZEBRA_FLAG_BLACKHOLE) || (rib->flags & ZEBRA_FLAG_REJECT))
discard = 1;
else