flowprobe: fix sending L2 flows using L2_IP6 template 57/39657/2
authorAlexander Chernavin <achernavin@netgate.com>
Wed, 11 Oct 2023 12:15:55 +0000 (12:15 +0000)
committerMatthew Smith <mgsmith@netgate.com>
Thu, 12 Oct 2023 22:15:20 +0000 (22:15 +0000)
commit120095d3d33bfac64c1f3c870f8a332eeaf638f0
tree89732bda264b2aabbdc887e70c07c21c948ace1c
parent006c071b0a5f0bfc1302bad17cf018792ea2f712
flowprobe: fix sending L2 flows using L2_IP6 template

Currently, L2 flows are exported using L2_IP6 template if L3 or L4
recording is enabled on L2 datapath. That occurs because during feature
enable, L2 template is added and its ID is not saved immediately. Then
L2_IP4 and L2_IP6 templates are added overwriting "template_id" each
time. And in the end, the current value of "template_id" is saved for L2
template. The problem is that "template_id" at that point contains the
ID of L2_IP6 template.

With this fix, save the template ID immediately after adding a template
for all variants (datapaths). Also, cover the case with a test.

Type: fix
Change-Id: Id27288043b3b8f0e89e77f45ae9a01fa7439e20e
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
src/plugins/flowprobe/flowprobe.c
test/test_flowprobe.py