]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Add check for pim join, hello and assert to drop pkts without all-pim-routers... 6010/head
authorsaravanank <saravanank@vmware.com>
Mon, 16 Mar 2020 06:52:43 +0000 (23:52 -0700)
committersaravanank <saravanank@vmware.com>
Mon, 23 Mar 2020 12:35:55 +0000 (05:35 -0700)
commit23a2f90a0055c86b89a5e257d08ce5ecdd321baf
treeee3b020c76916d323d8d1de236babb947d1766eb
parent7f2ccbe562cae49fb8bf1770a0ec79b701ee41af
pimd: Add check for pim join, hello and assert to drop pkts  without all-pim-routers dest.

This is as per RFC. This is identified when conformance suite catched join.

RCA:
Packets were processed without checking allowed dest IP for that packet.

Fix:
Added check for dest IP
Converted this check to a function

Signed-off-by: Saravanan K <saravanank@vmware.com>
pimd/pim_pim.c