Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flow/icmpv4: fix vlan.use-for-tracking #7861

Closed

Conversation

catenacyber
Copy link
Contributor

Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/5330

Describe changes:

  • Use configuration value of vlan.use-for-tracking also for ICMPv4 flows

That is use util function CmpVlanIds as is done in other cases

Replaces #7859 with reworded commit

libhtp-pr: 366

For ICMPv4 error messages the vlan ids were always considered,
even if the 'vlan.use-for-tracking' option was disabled.

Ticket: OISF#5330
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #7861 (bf236d0) into master (fe91506) will increase coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #7861      +/-   ##
==========================================
+ Coverage   75.99%   76.11%   +0.12%     
==========================================
  Files         665      666       +1     
  Lines      185963   185992      +29     
==========================================
+ Hits       141327   141575     +248     
+ Misses      44636    44417     -219     
Flag Coverage Δ
fuzzcorpus 60.88% <100.00%> (+0.03%) ⬆️
suricata-verify 52.73% <100.00%> (+0.22%) ⬆️
unittests 60.69% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@catenacyber
Copy link
Contributor Author

Waits for CI fix cf #7871

This was referenced Sep 20, 2022
@victorjulien
Copy link
Member

Merged in #7884, thanks!

@OISF OISF deleted a comment from suricata-qa Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants