summaryrefslogtreecommitdiff
path: root/cloudinit/net/__init__.py
AgeCommit message (Expand)Author
2018-02-08net: accept network-config in netplan format for renaming interfacesRyan Harper
2018-01-24OpenNebula: Improve network configuration support.Akihiko Ota
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-08-03net: Reduce duplicate code. Have get_interfaces_by_mac use get_interfaces.Scott Moser
2017-07-28cloudinit.net: add initialize_network_device function and testsChad Smith
2017-07-19net: fix renaming of nics to support mac addresses written in upper case.Scott Moser
2017-06-27Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper
2017-06-06net: when selecting a network device, use natural sort orderMarc-Aurèle Brothier
2017-05-22Fix get_interfaces_by_mac for empty macsScott Moser
2017-04-20net: kernel lies about vlans not stealing mac addresses, when they doDimitri John Ledkov
2017-03-31Fix bug that resulted in an attempt to rename bonds or vlans.Scott Moser
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-02Replace usage of sys_netdev_info with read_sys_netJoshua Harlow
2016-08-22network: fix get_interface_mac for bond slave, read_sys_net for ENOTDIRScott Moser
2016-07-12Dict comprehensions don't work in 2.6Joshua Harlow
2016-06-20leave early if no interfaces to renameScott Moser
2016-06-15Fixup code review commentsJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-06-03fix issue with routes on subnets not getting renderedScott Moser
2016-06-03avoid rendering 'lo' twice by not writing it in network config.Scott Moser
2016-06-02ConfigDrive: do not use 'id' on a link for the device nameScott Moser
2016-06-02eni parsing: support 'ether' in hwaddress, netmask and broadcastScott Moser
2016-06-01clean up log message a bit.Scott Moser
2016-06-01support renaming and fix logic in rename_interfacesScott Moser
2016-05-31add renaming code for renaming interfacesScott Moser
2016-05-25commit to push for fear of loss.Scott Moser
2016-05-24Fix up some of the net usage and restore imports and add a mini compat moduleJoshua Harlow
2016-05-24Fix load -> readJoshua Harlow
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-19Adjust net module to be more isolatedJoshua Harlow
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-10Add some basic eni rendering testsJoshua Harlow
2016-05-09Move the current rendering to a debian distro fileJoshua Harlow
2016-05-05Add the bridge net typeJoshua Harlow
2016-04-15network: do not write interface as 'auto' from ip= on command line.Scott Moser
2016-04-15write 'allow-hotplug', but 'auto' for auto.Scott Moser
2016-04-15support and render control=manual on initramfs network devicesScott Moser
2016-04-15sync with curtin on render_interfacesScott Moser
2016-04-14fallback net config: do not consider devices starting with 'veth'Scott Moser
2016-04-13skip bridges when generating fallback networkingScott Moser
2016-03-24some final changesScott Moser
2016-03-24pep8 fixes from last comment mergeScott Moser
2016-03-24support reading network config from kernel command lineScott Moser
2016-03-24add comments and improve error messagesScott Moser
2016-03-24fix review commentsRyan Harper
2016-03-24improve commentScott Moser
2016-03-24add suport for base64 encoded gzipped text on command lineScott Moser
2016-03-23support [untested] network-config=<base64> on kernel command lineScott Moser