deepflow
deepflow copied to clipboard
[Agent] fix analyzer mode bugs
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.