Package Name
mwan3
Maintainer
@feckert
OpenWrt Version
23.05.4
OpenWrt Target/Subtarget
mediatek/filogic
Steps to Reproduce
- Set up a custom "wan" interface
I with its IP being A;
- Add a route with a src ip being
B different to the interface IP A (e.g. ip route add default via X src B dev I metric 1000);
- Add the interface
I to mwan3;
- Navigate to the mwan3 dianostics page (/cgi-bin/luci/admin/status/mwan3/diagnostics);
- Select the interface
I and run "ping track ip";
Actual Behaviour
The interface IP A is used as SRCIP for ping. And due to some configuration choices, ping sourcing from the interface IP won't work in my case.
Expected behaviour:
The src ip B listed in the default route is expected to be used as SRCIP.
Confirmation Checklist