Adze1502 / mwan

Simple policy routing for multiple WANs in OpenWrt
84 stars 24 forks source link

iface_id desync #14

Closed cblack-zonnit closed 9 years ago

cblack-zonnit commented 9 years ago

In the mwan3 script it issues interface ID's a bit different from the way the other scripts do. In particular, I ran across this bug when one of my network interfaces didn't have an ifname assigned to it yet.

https://github.com/Adze1502/mwan/blob/master/mwan3/files/usr/sbin/mwan3#L86

This line should probably be moved up above the [-z $device] check?

Adze1502 commented 9 years ago

Yes, you are right. I will fix this. Thnx for noticing.

Adze1502 commented 9 years ago

Fixed in 1.4-25 version. The 1.5 release will be fixed soon.