Looks like a useful module, but I'm concerned about the use of ifconfig. It seems to be
on the way to being replaced with the 'ip' command.

I don't suppose there are any good python modules for doing interface tweaking
directly is there? I didn't see any in a quick look.


Adrian

Jasper Capel wrote:
---
 func/minion/modules/vlan.py |  139 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 139 insertions(+), 0 deletions(-)

+    ignorevlans = [ ]
+    vconfig = "/sbin/vconfig"
+    ifconfig = "/sbin/ifconfig"
+
+

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to