13 Commits

Author SHA1 Message Date
Paul Donald
1352d75f1a luci-proto-vxlan: peers -> peer spelling fix
follow-up to cbd37919ae

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-07-16 16:08:57 +02:00
Sergey Ponomarev
cbd37919ae luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2025-02-22 23:19:10 -06:00
Paul Donald
e98eab06a2 luci-base, luci-proto-vxlan: grammar fix
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-01-13 17:57:42 +01:00
Paul Donald
8d13ea410d luci-base, luci-proto-*: rename getOpkgPackage -> getPackageName
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-12-15 20:13:56 +01:00
Paul Donald
42e2e404cf luci-proto-vxlan: fix format in i18n strings
follow-up to 9ebffc1ecd

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-11-17 23:08:28 +01:00
Paul Donald
1de73e16f5 luci-proto-vxlan: fix tos write and load handlers
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-11-07 01:45:41 +01:00
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
Florian Eckert
52dc293e85 luci-proto-vxlan: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19 13:22:36 +01:00
Elbert Mai
3d5d77fe13 luci-proto-vxlan: Enable IPv6 address and port settings
Fix VXLAN6 settings form to allow configuration of
IPv6 addresses and destination port in LuCI.

Signed-off-by: Elbert Mai <code@elbertmai.com>
2023-11-18 19:02:46 -08:00
Rafał Miłecki
79947af064 treewide: drop MAC and MTU from interfaces (protocols)
Those are L2 options that are not part of interfaces (L3), should not be
set there and don't work. Setting MAC and MTU should be done at device
layer (config device) and is supported for basic types already.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2021-05-28 15:34:41 +02:00
Wojciech Jowsa
6dd22ec98d luci-proto-vxlan: add destination port option
Signed-off-by: Wojciech Jowsa <wojciech.jowsa@gmail.com>
2020-06-01 16:36:23 +02:00
Jo-Philipp Wich
0de42b056b luci-proto-vxlan: fix uci option names
Fixes: d79bbdd5b ("luci-proto-vxlan: add vxlan protol handler")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-05-27 18:54:38 +02:00
Wojciech Jowsa
d79bbdd5b0 luci-proto-vxlan: add vxlan protol handler
Allow users to add vxlan inteface in luci.

Signed-off-by: Wojciech Jowsa <wojciech.jowsa@gmail.com>
2020-05-27 18:46:18 +02:00