Both are overlay data planes. Neither encrypts the inner payload — confidential traffic must be layered on separately (IPsec, WireGuard, TLS).
| Galactic | VXLAN | |
|---|---|---|
| Encap format | SRv6 uSID in IPv6 header (RFC 8986) | VXLAN (UDP-MAC-in-IP), VNI |
| Dataplane | eBPF TC-BPF (usid.c) + kernel SRv6 |
kernel vxlan device / vSwitch |
| Control plane | BGP EVPN Prefix-SID | (typically) BGP EVPN MAC/VNI or static |
| Segmentation | VRF + route-target; VPC via BGPVRFInstance | VNI / VLAN in -A mode |
| L2/L3 | L3 (IP) overlay | L2 (MAC) overlay (L2VNI) |
| Fragmentation | uSID compression to fit 128-bit next-hop | outer UDP/IP; inner + outer headers |
| Encryption | none — plaintext inner traffic in outer IPv6 | none — plaintext inner L2 in outer UDP/IP |