summaryrefslogtreecommitdiffstats
path: root/os_net_config/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2014-06-10Implement apply for ifcfg implementationDan Prince1-0/+30
Adds an apply function to the ifcfg implementation which: 1) Shuts down existing interfaces w/ ifdown 2) writes new interfaces config files (routes too) 3) Starts up new interfaces w/ ifup