networking: use proper wrapper around ip command
Previously a subprocess
calls were used to invoke the ip
command. This is now replaced with a proper NetLink API calls wrapped in pyroute2
module.
Fixes #48 (closed).
Edited by Štěpán Balážik
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Previously a subprocess
calls were used to invoke the ip
command. This is now replaced with a proper NetLink API calls wrapped in pyroute2
module.
Fixes #48 (closed).