(d)
| 1583 | 'spoofed': spoofed, |
| 1584 | 'clones': clones, |
| 1585 | 'fhrp': fhrp, |
| 1586 | 'ipv6': {'bindings': v6_bindings, 'eui64_mismatches': eui64_mismatches}, |
| 1587 | # Every MAC seen this pass, worst class first, so the UI can list them. |
| 1588 | 'observed_macs': sorted( |
| 1589 | current, |
| 1590 | key=lambda c: ({'spoofed_vendor_oui': 0, 'universal': 1, |