I had tried below commands and it resulted in a seg-fault:

classify table mask l3 ip4 src  proto   l4 src_port dst_port
classify session table-index 0 hit-next 10 match l3 ip4 src 33.44.33.10  
opaque-index 5
classify session table-index 0 hit-next 10  opaque-index 5 del

last command with 'del' option resulted in a seg-fault:
DBGvpp# classify session table-index 0 hit-next 10  opaque-index 5 del          
               
 
Thread 1 "vpp_main" received signal SIGSEGV, Segmentation fault.
0x00007ffff6edcb90 in _mm_loadu_si128 (__P=0x10)
    at 
/ltesdkroot/ltesdkroot/data/Platforms/SDK/PS_LFS_SDK_6_31/PS_LFS_SDK_6_31/bld-tools/x86_64-pc-linux-gnu/lib64/gcc/x86_64-pc-linux-gnu/6.4.1/include/emmintrin.h:698
698 
/ltesdkroot/ltesdkroot/data/Platforms/SDK/PS_LFS_SDK_6_31/PS_LFS_SDK_6_31/bld-tools/x86_64-pc-linux-gnu/lib64/gcc/x86_64-pc-linux-gnu/6.4.1/include/emmintrin.h:
 No such file or directory.
(gdb) 

My intention is to delete a session using a Opaque-index only, So is it not 
possible to delete a session without providing 'match' attributes?

Reply via email to