Age | Commit message (Expand) | Author |
2017-08-09 | ec2: Allow Ec2 to run in init-local using dhclient in a sandbox. | Chad Smith |
2017-08-03 | net: Reduce duplicate code. Have get_interfaces_by_mac use get_interfaces. | Scott Moser |
2017-07-28 | cloudinit.net: add initialize_network_device function and tests | Chad Smith |
2017-07-19 | net: fix renaming of nics to support mac addresses written in upper case. | Scott Moser |
2017-06-27 | Azure: Add network-config, Refactor net layer to handle duplicate macs. | Ryan Harper |
2017-06-06 | net: when selecting a network device, use natural sort order | Marc-Aurèle Brothier |
2017-05-22 | Fix get_interfaces_by_mac for empty macs | Scott Moser |
2017-04-20 | net: kernel lies about vlans not stealing mac addresses, when they do | Dimitri John Ledkov |
2017-03-31 | Fix bug that resulted in an attempt to rename bonds or vlans. | Scott Moser |
2017-03-17 | net: add renderers for automatically selecting the renderer. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-12-02 | Replace usage of sys_netdev_info with read_sys_net | Joshua Harlow |
2016-08-22 | network: fix get_interface_mac for bond slave, read_sys_net for ENOTDIR | Scott Moser |
2016-07-12 | Dict comprehensions don't work in 2.6 | Joshua Harlow |
2016-06-20 | leave early if no interfaces to rename | Scott Moser |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-03 | fix issue with routes on subnets not getting rendered | Scott Moser |
2016-06-03 | avoid rendering 'lo' twice by not writing it in network config. | Scott Moser |
2016-06-02 | ConfigDrive: do not use 'id' on a link for the device name | Scott Moser |
2016-06-02 | eni parsing: support 'ether' in hwaddress, netmask and broadcast | Scott Moser |
2016-06-01 | clean up log message a bit. | Scott Moser |
2016-06-01 | support renaming and fix logic in rename_interfaces | Scott Moser |
2016-05-31 | add renaming code for renaming interfaces | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-24 | Fix up some of the net usage and restore imports and add a mini compat module | Joshua Harlow |
2016-05-24 | Fix load -> read | Joshua Harlow |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-19 | Adjust net module to be more isolated | Joshua Harlow |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-05-10 | Add some basic eni rendering tests | Joshua Harlow |
2016-05-09 | Move the current rendering to a debian distro file | Joshua Harlow |
2016-05-05 | Add the bridge net type | Joshua Harlow |
2016-04-15 | network: do not write interface as 'auto' from ip= on command line. | Scott Moser |
2016-04-15 | write 'allow-hotplug', but 'auto' for auto. | Scott Moser |
2016-04-15 | support and render control=manual on initramfs network devices | Scott Moser |
2016-04-15 | sync with curtin on render_interfaces | Scott Moser |
2016-04-14 | fallback net config: do not consider devices starting with 'veth' | Scott Moser |
2016-04-13 | skip bridges when generating fallback networking | Scott Moser |
2016-03-24 | some final changes | Scott Moser |
2016-03-24 | pep8 fixes from last comment merge | Scott Moser |
2016-03-24 | support reading network config from kernel command line | Scott Moser |
2016-03-24 | add comments and improve error messages | Scott Moser |
2016-03-24 | fix review comments | Ryan Harper |
2016-03-24 | improve comment | Scott Moser |
2016-03-24 | add suport for base64 encoded gzipped text on command line | Scott Moser |
2016-03-23 | support [untested] network-config=<base64> on kernel command line | Scott Moser |
2016-03-23 | fix tox issues | Scott Moser |
2016-03-23 | add the implementation for read_kernel_cmdline_config | Scott Moser |