Commit Graph

2 Commits

Author SHA1 Message Date
Ghanan Gowripalan bc81fcceda Support listener-side MLDv1
...as defined by RFC 2710. Querier (router)-side MLDv1 is not yet
supported.

The core state machine is shared with IGMPv2.

This is guarded behind a flag (ipv6.Options.MLDEnabled).

Tests: ip_test.TestMGP*

Bug #4861

PiperOrigin-RevId: 344344095
2020-11-25 18:00:41 -08:00
Ghanan Gowripalan 4cf7956dde Add types to parse MLD messages
Preparing for upcoming CLs that add MLD functionality.

Bug #4861

Test: header.TestMLD
PiperOrigin-RevId: 343391556
2020-11-19 16:19:24 -08:00