summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2014-06-16 11:54:33 +0530
committerTom Gundersen <teg@jklm.no>2014-06-16 20:38:22 +0200
commit326cb4061a7d6ec4107f298b6f947d645512ad76 (patch)
tree3508a9288e03c4cc7a5d882b9de7748781b16b9b /Makefile.am
parent1324e3ae515719a93a94a8d8316644af6c780909 (diff)
networkd: introduce vxlan
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ec5f04d9e9..479f7e2c0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4358,6 +4358,7 @@ libsystemd_networkd_core_la_SOURCES = \
src/network/networkd-netdev.c \
src/network/networkd-tunnel.c \
src/network/networkd-veth.c \
+ src/network/networkd-vxlan.c \
src/network/networkd-network.c \
src/network/networkd-address.c \
src/network/networkd-route.c \