]> git.proxmox.com Git - mirror_frr.git/commit
pim6d: IPv6 headers are always stripped on receive
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 25 Mar 2022 10:30:13 +0000 (11:30 +0100)
committerMobashshera Rasool <mrasool@vmware.com>
Fri, 25 Mar 2022 11:24:15 +0000 (04:24 -0700)
commit5e6e8a3959cd97badab46f87b9040c1f1c19ae5a
tree4d75eaa0be0aa33776f57a209b6986cea5cfc525
parentf20d0d7cf2c1ae1abc54770cdcd61af9792e837b
pim6d: IPv6 headers are always stripped on receive

IPV6_HDRINCL is a TX-only option (unlike IP_HDRINCL), so on RX there
never are IPv6 headers to be looked at / skipped over.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_pim.c
pimd/pim_pim.h