13/11/2025 11:13, Shani Peretz: > Added the following snippets: > - Steering by Integrity Check Flags > - Match packet type > - ECN in IP Header Modification > - Random Match > - VXLAN-GPE Header Fields Matching > - VXLAN-GBP Header Fields Matching > - NVGRE Matching > - NAT64 Action Usage > > Signed-off-by: Shani Peretz <[email protected]> > > -------------- > v2: fix compilation errors
There are still some issues but I fail to understand why: /usr/bin/ld: build/snippet_NAT64.o: in function `snippet_match_nat64_create_actions': snippet_NAT64.c:(.text+0x43): undefined reference to `create_jump_flow' /usr/bin/ld: build/snippet_match_nvgre.o: in function `snippet_match_nvgre_create_actions': snippet_match_nvgre.c:(.text+0x44): undefined reference to `create_jump_flow' /usr/bin/ld: build/snippet_match_vxlan_gpe.o: in function `snippet_match_vxlan_gpe_create_actions': snippet_match_vxlan_gpe.c:(.text+0x44): undefined reference to `create_jump_flow'

