Re: [vpp-dev] Unable to access ipsec_sa_t object from my own plugin ( non esp plugins)!

2022-09-26 Thread sagar g
Hi All, Issue is solved after linking the below files to my custom plugin. +include_directories(/src/vnet) +include_directories(/src/vnet/ipip) +include_directories(/src/vnet/ipsec) Also I did extern ipsec_sa_t * in my plugin. Thanks, Sagar On Thu, Sep 22, 2022 at 10:29 PM sagar g wrote

[vpp-dev] Unable to access ipsec_sa_t object from my own plugin ( non esp plugins)!

2022-09-22 Thread sagar g
0xbb67d440 (gdb) Thanks, Sagar -- Regards, sagar g -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21914): https://lists.fd.io/g/vpp-dev/message/21914 Mute This Topic: https://lists.fd.io/mt/93853071/21656 Group Owner: vpp-dev+ow...@lists.fd.io

[vpp-dev] multipoint ipsec!!

2022-02-11 Thread sagar g
8092 (0x109fc) spi 3249629366 (0xc1b168b6) protocol:esp flags:[anti-replay ] input-sa: [1] sa 68093 (0x109fd) spi 12413 (0x307d) protocol:esp flags:[anti-replay inbound ] Can you please point out any basic issue with my routing or any issue here? Thanks, Sagar -- Regards, sagar g -=-=-