Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-11 | Add OvsBridge configuration support | 1 | -9/+57 | ||
Adds new object for OvsBridge. Also update the ifcfg network config class to support adding bridges. As part of the change both the bridge and interface classes extend a _BaseOpts base class. | |||||
2014-06-10 | Implement apply for ifcfg implementation | 1 | -21/+35 | ||
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 | |||||
2014-06-09 | Initial ifcfg implementation for interfaces/routes | 1 | -0/+93 | ||
Ifcfg formatted persistence for interfaces and routes. |