Hello,
I’m trying to set up OSPF over a WireGuard tunnel on RUT2M_R_00.07.07.2
.
Currently I have it working after defining the area and network (like in regular FRR), but I also need to specify per-interface costs – the WireGuard tunnel (over LTE) needs to have a higher cost than the LAN interface (and should be point-to-point mode as well).
However, the WebUI does not allow me to select the WireGuard interface under “OSPF interfaces” – the only options are br-lan and usb0.
For now I got it to work by manually adding an ospf_interface
entry through CLI (uci set ospf.2.ifname=wg_star
etc), and I see that /var/etc/frr/ospf.conf has the correct parameters afterwards, but the web UI refuses to recognize wg_star and insists on showing “br-lan (lan)” in the ‘Interface’ column, and I have to be very careful to not ‘Save&Apply’ or it will break the configuration.
Is this something that could be fixed in a future release?