Re: [vpp-dev] VCL app requires source address/interface control due to loopback

2021-05-23 Thread Florin Coras
Hi Sastry, As you can see from the code lower, vcl in 20.05 doesn’t. It is supported however since 21.01 [1]. Regards, Florin [1] https://git.fd.io/vpp/tree/src/vcl/vppcom.c?h=v21.01#n206 > On May 23, 2021, at 11:33 PM, Sastry Sista wrote: > > Hi, >lcl_ip and lcl_port looks sou

Re: [vpp-dev] VCL app requires source address/interface control due to loopback

2021-05-23 Thread Sastry Sista
Hi, lcl_ip and lcl_port looks source/local endpoint details  but, I do not see if we are really copying it to session data: Please confirm if this source address is supported in 20.05 fdio version? int vppcom_session_connect (uint32_t session_handle, vppcom_endpt_t * server_ep) { sess

[vpp-dev] VCL app requires source address/interface control due to loopback

2021-05-23 Thread Sastry Sista
[Edited Message Follows] Hi, Could you please confirm if we have support from VCL to control source sw_if_index. I am using 20.05 fdio version. I saw the code and found we do not have sw_if_index as below: session_connect_msg_ Struct Reference --- Data Fields --- u32 ( https:

[vpp-dev] VCL app requires source address/interface control due to loopback

2021-05-23 Thread Sastry Sista
Hi, Could you please confirm if we have support from VCL to control source sw_if_index. I am using 20.05 fdio version. I saw the code and found we do not have sw_if_index as below: session_connect_msg_ Struct Reference --- Data Fields --- u32 ( https://docs.fd.io/vpp/20.05/de/