
joakim.tjernlund at transmode
Apr 7, 2012, 5:58 AM
Views: 131
Permalink
|
|
zebra: fix ifindex test condition (BZ#487)
|
|
http://git.savannah.gnu.org/cgit/quagga.git/commit/?id=4f1735fd6ac5d0881bafa9bd421e00645b6c60fd Was browsing Quagga repo to see the latest fixes and found the above commit. Sadly that commit does not fix much, it only deals with ifindex for connected routes. Either have a look at my patch I sent long ago(Don't delete too many routes) or slap a if (ifindex && ifindex != nexthop->ifindex) continue; /* ifindex doesn't match */ before testing anything else Havn't been following Q lately but other that moving the Q repo to savannah I don't see much maintaince going on, at least not picking off the vast number of patches in patchwork. Jocke _______________________________________________ Quagga-dev mailing list Quagga-dev [at] lists http://lists.quagga.net/mailman/listinfo/quagga-dev
|