I'm using the "port monitoring" aka "port mirroring" feature of a managed switch to do Wireshark packet captures of network traffic. The traffic I'm monitoring is on a separate sub-net (a separate VLAN configured on the switch).
I have discovered, in this configuration, the Wireshark machine picks up new IPv6 addresses that are on the monitored sub-net. It makes sense how it's happening—the Wireshark machine is seeing the Router Advertisements of the monitored sub-net. But, this breaks IPv6 comms on the Wireshark machine, because it tries to use these IPv6 addresses that aren't routed properly on its real sub-net, and so IPv6 comms stops working.
The mitigation I've done for now is to disable IPv6 in the router config for the monitored sub-net. That's okay at the moment, because I don't care about IPv6 traffic on the monitored sub-net for the moment. But later I might.
I'm wondering if anyone else has faced this issue, and what other mitigations might be possible.