On 11/11/2015 10:30 AM, Paul Jakma wrote: > On Tue, 10 Nov 2015, Christian Franke wrote: > >> In addition to this, if anybody is interested, there is an >> implementation of a dst-src routing (draft-ietf-rtgwg-dst-src-routing) >> RIB and a dst-src routing IS-IS available at >> https://git-us.netdef.org/projects/OSR/repos/quagga-isis-srcdest/browse?at=refs%2Fheads%2Frebased >> > > Any plans to try modularise things and get to a point where you can have > that dst-src RIB as an option at some level?
The dst-src RIB behaves exactly the same as the current dst-only rib if it is only used for dst-routes, in fact it calls the same code for this case. Therefore, I did not see a benefit from making this replaceable. I would also consider the implementation of a modularly replacable RIB to be more likely to cause bugs than the implementation of a dst-src rib, since it leads to more complexity that need to be thought through and tested. I would be interested to hear which benefits you expect from making it modular. -Christian _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
