networking: use proper wrapper around ip command
Compare changes
Files
2+ 2
− 0
@@ -32,6 +32,7 @@ Deckard requires following software to be installed:
@@ -88,4 +89,5 @@ Happy testing.
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).