Age | Commit message (Expand) | Author |
2018-01-24 | Azure VM Preprovisioning support. | Douglas Jordan |
2018-01-24 | OpenNebula: Improve network configuration support. | Akihiko Ota |
2017-11-21 | sysconfig: Correctly render dns and dns search info. | Ryan McCabe |
2017-10-05 | net: Handle bridge stp values of 0 and convert to boolean type | Chad Smith |
2017-10-05 | network: bridge_stp value not always correct | Ryan Harper |
2017-09-07 | Use /run/cloud-init for tempfile operations. | Scott Moser |
2017-09-05 | relocate tests/unittests/helpers.py to cloudinit/tests | Lars Kellogg-Stedman |
2017-08-15 | network: add v2 passthrough and fix parsing v2 config with bonds/bridge params | Ryan Harper |
2017-08-01 | sysconfig: Dont repeat header when rendering resolv.conf | Ryan Harper |
2017-07-22 | sysconfig: support subnet type of 'manual'. | Scott Moser |
2017-07-20 | sysconfig: use MACADDR on bonds/bridges to configure mac_address | Ryan Harper |
2017-07-20 | net: eni route rendering missed ipv6 default route config | Ryan Harper |
2017-07-20 | sysconfig: enable mtu set per subnet, including ipv6 mtu | Ryan Harper |
2017-07-20 | sysconfig: handle manual type subnets | Ryan Harper |
2017-07-20 | sysconfig: fix ipv6 gateway routes | Ryan Harper |
2017-07-20 | sysconfig: fix rendering of bond, bridge and vlan types. | Ryan Harper |
2017-07-19 | sysconfig: ipv6 and default gateway fixes. | Ryan Harper |
2017-07-19 | net: fix renaming of nics to support mac addresses written in upper case. | Scott Moser |
2017-07-18 | sysconfig: include GATEWAY value if set in subnet | Ryan Harper |
2017-06-27 | Azure: Add network-config, Refactor net layer to handle duplicate macs. | Ryan Harper |
2017-06-12 | net: Allow for NetworkManager configuration | Ryan McCabe |
2017-06-08 | net: normalize data in network_state object | Scott Moser |
2017-06-07 | RHEL/CentOS: Fix default routes for IPv4/IPv6 configuration. | Andreas Karis |
2017-06-06 | net: when selecting a network device, use natural sort order | Marc-Aurèle Brothier |
2017-05-31 | Fix eni rendering for bridge params that require repeated key for values. | Ryan Harper |
2017-05-31 | net: remove systemd link file writing from eni renderer | Ryan Harper |
2017-05-26 | net: fix reading and rendering addresses in cidr format. | Dimitri John Ledkov |
2017-05-25 | nplan: For bonds, allow dashed or underscore names of keys. | Dimitri John Ledkov |
2017-05-23 | flake8: move the pinned version of flake8 up to 3.3.0 | Scott Moser |
2017-05-23 | RHEL/CentOS: Fix dual stack IPv4/IPv6 configuration. | Andreas Karis |
2017-05-22 | Fix get_interfaces_by_mac for empty macs | Scott Moser |
2017-05-19 | netplan: pass macaddress, when specified, for vlans | Dimitri John Ledkov |
2017-05-17 | netplan: fix netplan render_network_state signature. | Dimitri John Ledkov |
2017-05-16 | Add address to config entry generated by _klibc_to_config_entry. | Julien Castets |
2017-05-10 | sysconfig: Raise ValueError when multiple default gateways are present. | Chad Smith |
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang |
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-30 | net: in netplan renderer delete known image-builtin content. | Scott Moser |
2017-03-20 | cloudinit.net: add network config v2 parsing and rendering | Ryan Harper |
2017-03-17 | net: add renderers for automatically selecting the renderer. | Scott Moser |
2017-03-17 | render_network_state: switch arguments around, do not require target | Scott Moser |
2017-03-17 | support 'loopback' as a device type. | Scott Moser |
2017-03-07 | net: support both ipv4 and ipv6 gateways in sysconfig. | Lars Kellogg-Stedman |
2017-02-17 | flake8: fix flake8 complaints in previous commit. | Scott Moser |
2017-02-17 | net: correct errors in cloudinit/net/sysconfig.py | Lars Kellogg-Stedman |
2017-01-25 | Fix eni rendering of multiple IPs per interface | Ryan Harper |
2017-01-24 | tests: remove executable bit on test_net, so it runs, and fix it. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-12-19 | network: add ENI unit test for statically rendered routes. | Scott Moser |