aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/impl_eni.py
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Merge "If setting a default route, use default netmask"Jenkins1-2/+5
2014-12-12Correct the ENI provider name log statementDan Prince1-1/+1
2014-11-24If setting a default route, use default netmaskJames Polley1-2/+5
2014-08-22Fix a few pep8 issues...Dan Prince1-2/+2
2014-08-22Add support for ovs_extra.Dan Prince1-3/+8
2014-08-21A vlan on an OVS bridge doesn't require a deviceDan Prince1-2/+3
2014-08-21Correct the noop format for the eni providerDan Prince1-1/+1
2014-08-14Docstring updates to NetConfig objects.Dan Prince1-0/+12
2014-08-14Add --cleanup, and impl for ifcfgDan Prince1-1/+1
2014-08-14Use underscores for provider function names.Dan Prince1-13/+13
2014-08-12Set the MAC to the primary interfaceDan Prince1-0/+5
2014-08-11Use --noop instead of --mock.Dan Prince1-3/+10
2014-08-11Adds mock ability to the ENI and Ifcfg providersmarios1-1/+3
2014-07-08Add logging to the eni provider.Dan Prince1-3/+21
2014-07-07Add copyrights to files.Dan Prince1-1/+2
2014-07-03ENI: bring up bridges first on DebianDan Prince1-4/+8
2014-07-02ENI: enable 'auto' on bridges by defaultDan Prince1-0/+1
2014-07-02Update impl_eni to set the MTU.Dan Prince1-0/+2
2014-07-02Add vlan support for the ENI implementation.Dan Prince1-5/+32
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 Prince1-20/+29
2014-06-25Vlan object and support for ifcfg.Dan Prince1-2/+3
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios1-0/+132