On Wed, 20 Jan 2016, Donald Sharp wrote:

Well I would do something like this to lib/ :

First add a routing context:
struct routing_context {
 afi_t afi;

 safi_t safi;

 u_int32_t table_id;

 vrf_id_t vrf_id;
};

Do we need table_id?

(I know there's a field in ZServ, but we don't really provide any useful actions on it).

regards,
--
Paul Jakma      [email protected]  @pjakma Key ID: 64A2FF6A
Fortune:
If the thunder don't get you, then the lightning will.

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to