0
0
mirror of https://github.com/openwrt/luci.git synced 2025-07-29 16:50:21 +00:00
Files
luci/protocols/luci-proto-vxlan/Makefile
Paul Donald ba530891d5 luci-proto-vxlan: introduce peers tab and additional vxlan settings
Added ip-bridge dep for bridge command to manage FDB entries.

Reference:
https://events.static.linuxfound.org/sites/events/files/slides/2013-linuxcon.pdf

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-25 22:19:00 +02:00

18 lines
436 B
Makefile

#
# Copyright 2020 Wojciech Jowsa <wojciech.jowsa@gmail.com>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for Virtual eXtensible Local Area Network (VXLAN, RFC7348)
LUCI_DEPENDS:=+vxlan +ip-bridge
PKG_MAINTAINER:=Wojciech Jowsa <wojciech.jowsa@gmail.com>
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature