SAtacker / bb-config

Configure your beagle device
MIT License
41 stars 7 forks source link

ICS does not work if nameservers exist #23

Closed SAtacker closed 3 years ago

SAtacker commented 3 years ago

https://github.com/SAtacker/beagle-config/blob/140766ec843e8c037b1d07a25fd09e857174b8db/src/ui/panel/ics/ics_impl.cpp#L125 https://github.com/SAtacker/beagle-config/blob/140766ec843e8c037b1d07a25fd09e857174b8db/src/ui/panel/ics/ics_impl.cpp#L156 Minor BugFix : The route is added after the nameservers are added and a return early method is followed. Thus if >=2 nameservers exist the route is not added at all