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
Environment: openwrt 23.05.5 maybe others, likely all archs
Description:
This library throws an exception when an "invalid interface" is seen, which it defines as having no ip address and no mac address. But I believe this is the case for certain interfaces, like vpn ifs.
The simple workaround is to just comment out the exception, and everything works fine.
Issue template (remove lines from top till here)
Environment: openwrt 23.05.5 maybe others, likely all archs
Description:
This library throws an exception when an "invalid interface" is seen, which it defines as having no ip address and no mac address. But I believe this is the case for certain interfaces, like vpn ifs.
The simple workaround is to just comment out the exception, and everything works fine.
I made a patch here:
https://github.com/someburner/openwrt-feeds/blob/master/libtins45/patches/011-no-throw-empty-iface.patch
But figured I'd make an issue first.
The text was updated successfully, but these errors were encountered: