networkd: introduce vxlan

System Internals / systemd - Susant Sahani [redhat.com] - 16 June 2014 13:38 UTC

This patch enables netwokd to create vxlan

Changes: Added: 1. File networkd networkd-vxlan.c 2. to netdev bool learning struct in_addr group uint64_t vxlanid; 3. VXLAN subsection and config parameters

326cb40 networkd: introduce vxlan
Makefile.am | 1 +
src/network/networkd-link.c | 26 ++++-
src/network/networkd-netdev-gperf.gperf | 5 +
src/network/networkd-netdev.c | 36 +++++--
src/network/networkd-network-gperf.gperf | 1 +
src/network/networkd-network.c | 17 ++++
src/network/networkd-vxlan.c | 162 ++++++++++++++++++++++++++++++
src/network/networkd.h | 7 ++
8 files changed, 246 insertions(+), 9 deletions(-)

Upstream: github.com


  • Share