On Mon, Sep 28, 2020 at 1:15 PM hemant via lists.fd.io <hemant=
[email protected]> wrote:

> I have created a table in VPP using the vnet_classify_add_del_session()
> API.
>
>
>
> What API do I use to lookup this table?
>
>
>
> Thanks,
>
>
>
> Hemant
>

There is no API to do a Classifier table lookup.   When the table was
created via the API,
it's table_index was returned in the classify_add_del_table_reply field
new_table_index.
You should know why you created that table, so stash that new_table_index
somewhere
in your management data, perhaps in your own (name,table_index) hash table.

HTH,
jdl
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17582): https://lists.fd.io/g/vpp-dev/message/17582
Mute This Topic: https://lists.fd.io/mt/77180264/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to