Sync to latest Zebra CVS

This commit is contained in:
paul 2003-02-07 14:46:23 +00:00
parent 420df43a6d
commit 13766da4e4
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-07 Paul Jakma <paul@dishone.st>
* Sync to zebra CVS
2003-02-03 Paul Jakma <paul@dishone.st>
* Sync to zebra CVS

View File

@ -1178,6 +1178,10 @@ netlink_route_multipath (int cmd, struct prefix *p, struct rib *rib,
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)
discard = 1;
else