deepflow icon indicating copy to clipboard operation
deepflow copied to clipboard

[Agent] fix analyzer mode bugs

Open TomatoMr opened this issue 3 years ago • 0 comments

This PR is for:

  • Agent

Fixes analyzer mode bugs and meta_packet's update

Steps to reproduce the bug

  • No l4 log data can be searched by tap
  • The l4 log data searched by vtap is incorrect

Changes to fix the bug

  • Fixes if it is a two-layer vlan, the vlan ID is obtained incorrectly during meta_packet update
  • Update the distributed tap_types when initializing the dispatcher
  • Implementation of aligned trident

Affected branches

  • main

Checklist

  • [ ] Added unit test to verify the fix.

TomatoMr avatar Oct 19 '22 10:10 TomatoMr