FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.31k stars 1.25k forks source link

IGMPv2- Non querier sending group specific query after receiving leave message #12556

Open vijaykug opened 1 year ago

vijaykug commented 1 year ago

Issue- This issue observed while running IGMP conformance TC3-10 , here are the steps 1) Initially DUT was querier 2) Lower IP query packet sent so that DUT became non-querier 3) When leave message sent DUT sending group specific query message

Expectation - DUT should not send query message

Build - 8.5 ( master) Ubuntu - 18.04

attached is the logs

vijaykug commented 1 year ago

section_11.zip

mobash-rasool commented 1 year ago

I checked the code, currently we are processing the Leave message at both querier and non-querier but as per RFC 2236 Section 3 Non-Queriers MUST ignore Leave Group messages

I will check and fix this later.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this issue closed.

frrbot[bot] commented 1 year ago

This issue will be automatically closed in the specified period unless there is further activity.

vijaykug commented 1 year ago

@mobash-rasool please help removing auto close label

frrbot[bot] commented 1 year ago

This issue will no longer be automatically closed.

mobash-rasool commented 1 year ago

@SaiGomathiN : Please update the latest information on this.