aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config
AgeCommit message (Expand)AuthorFilesLines
2014-07-03ENI: bring up bridges first on DebianDan Prince2-5/+9
2014-07-02ENI: enable 'auto' on bridges by defaultDan Prince2-1/+3
2014-07-02Update impl_eni to set the MTU.Dan Prince1-0/+2
2014-07-02ifcfg: don't call set Interface for vlans...Dan Prince2-5/+0
2014-07-02Add vlan support for the ENI implementation.Dan Prince2-7/+60
2014-07-02Update impl_eni so it ifup's the interfacesDan Prince1-2/+6
2014-07-02ENI fixes for v4/v6 ips. DHCP test fixes.Dan Prince2-46/+67
2014-07-01Add os-net-config CLIDan Prince3-2/+140
2014-07-01Implement object json parsing functions.Dan Prince2-6/+259
2014-07-01Remove some extra print statements.Dan Prince1-2/+0
2014-06-26Add OvsBond object and impl for ifcfg format.Dan Prince4-15/+83
2014-06-26Consolidate OVS_EXTRA for the vlan test.Dan Prince1-3/+4
2014-06-25Vlan object and support for ifcfg.Dan Prince5-36/+113
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios2-0/+294
2014-06-11Add OvsBridge configuration supportDan Prince4-34/+162
2014-06-10Implement apply for ifcfg implementationDan Prince5-40/+133
2014-06-09Import processutils from oslo-incubator.Dan Prince10-0/+2263
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince5-4/+238
2014-06-09Add interface, address, and route objectsDan Prince5-4/+77
2014-06-06Initial commitDan Prince4-0/+113