summaryrefslogtreecommitdiff
path: root/cloudinit/net
AgeCommit message (Expand)Author
2019-03-21net: Fix ipv6 static routes when using eni rendererRaphael Glon
2019-03-12net/sysconfig: Handle default route setup for dhcp configured NICsRobert Schweikert
2019-03-04net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfigKurt Stieger
2019-02-26tests: fix some slow tests and some leaking stateDaniel Watkins
2019-02-07netplan: Don't render yaml aliases when dumping netplanRyan Harper
2019-01-28sysconfig: On SUSE, use STARTMODE instead of ONBOOTRobert Schweikert
2019-01-23net/sysconfig: do not write a resolv.conf file with only the header.Robert Schweikert
2019-01-18net: Make sysconfig renderer compatible with Network Manager.Eduardo Otubo
2019-01-15net: Wait for dhclient to daemonize before reading lease fileJason Zions
2018-12-11net: render 'metric' values in per-subnet routesRyan Harper
2018-11-26net: Ephemeral*Network: add connectivity check via URLChad Smith
2018-11-12azure: fix regression introduced when persisting ephemeral dhcp leaseasakkurr
2018-10-09net: ignore nics that have "zero" mac address.Scott Moser
2018-09-26Add support for Infiniband network interfaces (IPoIB).Mark Goddard
2018-09-13EphemeralIPv4Network: Be more explicit when adding default route.Scott Moser
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-08-06netplan: Correctly render macaddress on a bonds and bridges when provided.Scott Moser
2018-06-12netplan: fix mtu if provided by network config for all rendered typesChad Smith
2018-05-09SmartOS: fix get_interfaces for nics that do not have addr_assign_type.Scott Moser
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2018-04-25sysconfig: dhcp6 subnet type should not imply dhcpv4Vitaly Kuznetsov
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith
2018-03-22Handle global dns entries in netplanRyan Harper
2018-03-20OpenNebula: Update network to return v2 config rather than ENI.Akihiko Ota
2018-03-16net: recognize iscsi root cases without ip= on kernel command line.Scott Moser
2018-03-16netplan: render bridge port-priority valuesRyan Harper
2018-02-08net: accept network-config in netplan format for renaming interfacesRyan Harper
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2018-01-24OpenNebula: Improve network configuration support.Akihiko Ota
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-11-30ec2: Fix sandboxed dhclient background process cleanup.Chad Smith
2017-11-21sysconfig: Correctly render dns and dns search info.Ryan McCabe
2017-11-20EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser
2017-11-19EC2: Kill dhclient process used in sandbox dhclient.Scott Moser
2017-10-05net: Handle bridge stp values of 0 and convert to boolean typeChad Smith
2017-10-05network: bridge_stp value not always correctRyan Harper
2017-10-03Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov
2017-09-20tests: Add cloudinit package to all test targetsChad Smith
2017-09-18ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdirChad Smith
2017-09-07Use /run/cloud-init for tempfile operations.Scott Moser
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-15network: add v2 passthrough and fix parsing v2 config with bonds/bridge paramsRyan Harper
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-08-01sysconfig: Dont repeat header when rendering resolv.confRyan Harper
2017-07-28cloudinit.net: add initialize_network_device function and testsChad Smith
2017-07-22sysconfig: support subnet type of 'manual'.Scott Moser
2017-07-20sysconfig: use MACADDR on bonds/bridges to configure mac_addressRyan Harper