]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Add TTL check for IGMP conformance
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 19 Jul 2021 19:29:09 +0000 (19:29 +0000)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 19 Jul 2021 19:46:10 +0000 (19:46 +0000)
commit54d7bf0cc6c487610c6d3fa53c9fa678b2f53d75
treebb604b588c0e12e568680640194b15787d6ea7c7
parentff4ad8709b087b8e1c35ab5008eb34e0af9cd18a
pimd: Add TTL check for IGMP conformance

IGMPv3 packets with invalid TTL should be dropped.
Test Case ID: 4.10
TEST_DESCRIPTION
Every IGMP message described in this document is sent with an IP
Time-to-Live of 1 (Tests that IGMPv3 Membership Report Message
conforms to above statement)
TEST_REFERENCE
NEGATIVE: RFC 3376, IGMP Version 3, s4 p7 Message Formats
Issue: #9070

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_igmp.c