Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vxlan: Depend on CONFIG_INET

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
drivers/net/Kconfig
··· 151 151 152 152 config VXLAN 153 153 tristate "Virtual eXtensible Local Area Network (VXLAN)" 154 - depends on EXPERIMENTAL 154 + depends on EXPERIMENTAL && INET 155 155 ---help--- 156 156 This allows one to create vxlan virtual interfaces that provide 157 157 Layer 2 Networks over Layer 3 Networks. VXLAN is often used