Skip to content

networking: use proper wrapper around ip command

Štěpán Balážik requested to merge pyroute_networking into master

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

Merge request reports