Merge branch 'icmp6-support-rfc-4884'
authorDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2020 00:12:41 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2020 00:12:41 +0000 (17:12 -0700)
commitfb92f57b4a4e1bde03373d4f218a67f8ac44e8d5
treecff5b3519cd10e640cd125b27291e2a8f703eaf4
parent623b57bec7c8daf89623c95cd9cc919e4090c9da
parent01370434df85eb76ecb1527a4466013c4aca2436
Merge branch 'icmp6-support-rfc-4884'

Willem de Bruijn says:

====================
icmp6: support rfc 4884

Extend the feature merged earlier this week for IPv4 to IPv6.

I expected this to be a single patch, but patch 1 seemed better to be
stand-alone

patch 1: small fix in length calculation
patch 2: factor out ipv4-specific
patch 3: add ipv6

changes v1->v2: add missing static keyword in patch 3
====================

Signed-off-by: David S. Miller <davem@davemloft.net>