History log of /src/sys/net/if_geneve.c (Results 1 – 2 of 2)
Revision Date Author Comments
# f4e5b45b 14-Apr-2026 John Baldwin <jhb@FreeBSD.org>

if_geneve: Fix build without INET or without INET6


# e44d2e94 11-Apr-2026 Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>

if_geneve: Add Support for Geneve (RFC8926)

geneve creates a generic network virtualization tunnel interface
for Tentant Systems over an L3 (IP/UDP) underlay network that provides
a Layer 2 (etherne

if_geneve: Add Support for Geneve (RFC8926)

geneve creates a generic network virtualization tunnel interface
for Tentant Systems over an L3 (IP/UDP) underlay network that provides
a Layer 2 (ethernet) or Layer 3 service using the geneve protocol.
This implementation is based on RFC8926.

Reviewed by: glebius, adrian
Discussed with: zlei, kp
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D54172

show more ...