> A table doesn't know its Address Family, except by the inspection of
> the types of routes within it, right?

Ooo.  My bad.  Reading the ip_table_add_del API call, a Table
clearly knows what address family it holds:

    autoreply define ip_table_add_del
    {
      u32 client_index;
      u32 context;
      u32 table_id;
      u8 is_ipv6;
      u8 is_add;
    };

jdl
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to