Hi Ameen, this is an AP declaration using the VPP API definition language 
documented here: https://fd.io/docs/vpp/master/gettingstarted/developers/vppapi#
From there, the API bindings for different language will be generated.
You can then call the corresponding function from your agent for example for 
python you can look at the tests: 
https://git.fd.io/vpp/tree/test/test_dslite.py#n96

Best,
Ben

> -----Original Message-----
> From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of Ameen Al-
> Azzawi
> Sent: dimanche 3 octobre 2021 15:54
> To: vpp-dev@lists.fd.io
> Subject: [vpp-dev] DS-Lite Documentation
> 
> 
> Hello
> 
> Can someone please explain to me what this DSL-Lite documentation means?
> What is u32, u8 ?
> Shall I just copy and paste it in startup.conf ? or something needs to be
> edited?
> 
> Anyone with dslite VPP deployment experience?
> 
> API
> 
> 
> Add/delete address range to DS-Lite pool:
> 
> define dslite_add_del_pool_addr_range {
>  u32 client_index;
>  u32 context;
>  u8 start_addr[4];
>  u8 end_addr[4];
>  u8 is_add;
> };
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20280): https://lists.fd.io/g/vpp-dev/message/20280
Mute This Topic: https://lists.fd.io/mt/86042383/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to