Skip to content

Fix typo in sniffer skip-dst-address config parsing#2446

Merged
wwqgtxx merged 1 commit intoMetaCubeX:Alphafrom
Howard20181:log
Dec 19, 2025
Merged

Fix typo in sniffer skip-dst-address config parsing#2446
wwqgtxx merged 1 commit intoMetaCubeX:Alphafrom
Howard20181:log

Conversation

@Howard20181
Copy link

Corrects the argument name from 'sniffer.skip-src-address' to 'sniffer.skip-dst-address' in the parseIPCIDR call for SkipDstAddress, ensuring the correct configuration key is used.

Corrects the argument name from 'sniffer.skip-src-address' to 'sniffer.skip-dst-address' in the parseIPCIDR call for SkipDstAddress, ensuring the correct configuration key is used.
Copilot AI review requested due to automatic review settings December 19, 2025 09:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the sniffer configuration parsing where the wrong config key name was used when parsing the skip-dst-address configuration field.

  • Corrects the config key parameter from "sniffer.skip-src-address" to "sniffer.skip-dst-address" in the parseIPCIDR call for SkipDstAddress

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wwqgtxx wwqgtxx merged commit 1ebcb25 into MetaCubeX:Alpha Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants