aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Add sample and cli test for simple interface configSteven Hardy1-0/+9
2014-09-18Update child_members to use a SetDan Prince1-2/+4
2014-08-25ifcfg: restart child interfaces on updatesDan Prince1-5/+55
2014-08-22Fix a few pep8 issues...Dan Prince1-2/+0
2014-08-22Add support for ovs_extra.Dan Prince2-0/+47
2014-08-20Add support for parsing YAMLDan Prince1-0/+70
2014-08-20Add nic1, nic2 naming abstractionDan Prince3-0/+129
2014-08-15ifcfg: Exclude ifcfg-lo from cleanupDan Prince1-1/+13
2014-08-14Add --cleanup, and impl for ifcfgDan Prince1-0/+12
2014-08-14Use underscores for provider function names.Dan Prince2-37/+37
2014-08-12Set the MAC to the primary interfaceDan Prince3-0/+66
2014-07-09Don't write 'None' to ifcfg route files.Dan Prince1-2/+6
2014-07-07Add copyrights to files.Dan Prince5-14/+8
2014-07-03ENI: bring up bridges first on DebianDan Prince1-1/+1
2014-07-02ENI: enable 'auto' on bridges by defaultDan Prince1-1/+2
2014-07-02ifcfg: don't call set Interface for vlans...Dan Prince1-2/+0
2014-07-02Add vlan support for the ENI implementation.Dan Prince1-2/+28
2014-07-02ENI fixes for v4/v6 ips. DHCP test fixes.Dan Prince1-26/+38
2014-07-01Implement object json parsing functions.Dan Prince1-0/+138
2014-06-26Add OvsBond object and impl for ifcfg format.Dan Prince1-1/+31
2014-06-26Consolidate OVS_EXTRA for the vlan test.Dan Prince1-3/+4
2014-06-25Vlan object and support for ifcfg.Dan Prince2-4/+52
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios1-0/+162
2014-06-11Add OvsBridge configuration supportDan Prince1-20/+77
2014-06-10Implement apply for ifcfg implementationDan Prince1-18/+63
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince2-0/+123
2014-06-09Add interface, address, and route objectsDan Prince3-3/+10
2014-06-06Initial commitDan Prince3-0/+94