mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 17:01:49 +00:00
Sync to latest Zebra CVS
This commit is contained in:
parent
420df43a6d
commit
13766da4e4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user