Adrian LIkins wrote:
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

Presumably not, as system-config-network is being upgraded by Network Manager. Perhaps some underlying code beneath that, but to require NM for Func manipulation would be wrong, as we can't assume it would be present.

--Michael


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

Reply via email to