You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luci genera entradas para los peers de vxlan en bloques "vxlan_peers", pero /lib/netifd/proto/vxlan.sh espera que las configuraciones estén en "vxlan_peer". Sería necesario unificar la configuración.
vxlan.sh no puede ejecutar proto_vxlan_setup_peer() al no recibir la lista de peers
Por comodidad y fix rápido, cambiando /lib/netifd/proto/vxlan.sh para leer "vxlan_peers" lanza los comandos de "bridge fdb" sin romper las configuraciones generadas desde Luci.
Saludos,
Hi,
Luci generates vxlan peer entries as "vxlan_peers", but /lib/netifd/proto/vxlan.sh expects "vxlan_peer". Config entries labels must be unified.
vxlan.sh cannot trigger proto_vxlan_setup_peer() function because cannot read peer list
As quick fix and convenience, changing /lib/netifd/proto/vxlan.sh to read "vxlan_peers" triggers "bridge fdb" creation commands without break Luci generated configs.
LuCI openwrt-23.05 branch (git-24.264.56413-c7a3562) /[ OpenWrt 23.05.5 (r24106-10cc5fcd00)]
luci-proto-vxlan - git-24.340.62040-d52505e
Hola,
Luci genera entradas para los peers de vxlan en bloques "vxlan_peers", pero /lib/netifd/proto/vxlan.sh espera que las configuraciones estén en "vxlan_peer". Sería necesario unificar la configuración.
vxlan.sh no puede ejecutar proto_vxlan_setup_peer() al no recibir la lista de peers
Por comodidad y fix rápido, cambiando /lib/netifd/proto/vxlan.sh para leer "vxlan_peers" lanza los comandos de "bridge fdb" sin romper las configuraciones generadas desde Luci.
Saludos,
Hi,
Luci generates vxlan peer entries as "vxlan_peers", but /lib/netifd/proto/vxlan.sh expects "vxlan_peer". Config entries labels must be unified.
vxlan.sh cannot trigger proto_vxlan_setup_peer() function because cannot read peer list
As quick fix and convenience, changing /lib/netifd/proto/vxlan.sh to read "vxlan_peers" triggers "bridge fdb" creation commands without break Luci generated configs.
BR,
Luci generated entry on /etc/config/network:
config vxlan_peers
option description 'peer1'
option vxlan 'vxlan10'
option dst 'x.x.x.x'
option port '4789'
option vni '10'
"Bad" line on /lib/netifd/proto/vxlan.sh:
Line 106: config_foreach proto_vxlan_setup_peer "vxlan_peer"
The text was updated successfully, but these errors were encountered: