(v)
| 1529 | 'declared_vips': declared_vips, |
| 1530 | 'hijacks': fhrp_hijacks, |
| 1531 | } |
| 1532 | |
| 1533 | # (7) IPv6 / NDP identity. MAC↔IPv6 bindings from the NDP neighbour cache, |
| 1534 | # kept SEPARATE from the v4 clone/spoof logic above: a healthy IPv6 host holds |
| 1535 | # a link-local plus several SLAAC/temporary globals on ONE MAC, so "many IPs |
| 1536 | # per MAC" is normal for v6 and must never read as a clone. The v6-native check |
| 1537 | # is EUI-64 identity — a SLAAC EUI-64 address embeds its owner's MAC, so a |
| 1538 | # mismatch against the transmitting MAC is a MAC-identity contradiction (medium: |
no outgoing calls
no test coverage detected