refactor changes in routing
Description
Right now we are parsing output from ip route list
command. But this requires strange regexes to be used to filter out all "default"-ish routes present in system.
There is easier way to do this - grab all route-* files, that contain exact commands, compare it with new generated ones and execute difference.
Additional info
It will fix #27 (closed) too.
Edited by Bartłomiej Daca