summaryrefslogtreecommitdiff
path: root/cloudinit/net/sysconfig.py
AgeCommit message (Expand)Author
2021-07-01Add new network activators to bring up interfaces (#919)James Falcon
2021-05-25Add Rocky Linux support to cloud-init (#906)Louis Abel
2021-05-07Add AlmaLinux OS support (#872)Andrew Lukoshko
2021-04-09sysconfig: use BONDING_MODULE_OPTS on SUSE (#831)Jens Sandmann
2021-01-07Missing IPV6_AUTOCONF=no to render sysconfig dhcp6 stateful on RHEL (#753)Eduardo Otubo
2020-12-01Adding BOOTPROTO = dhcp to render sysconfig dhcp6 stateful on RHEL (#685)Eduardo Otubo
2020-11-09Make wakeonlan Network Config v2 setting actually work (#626)dermotbradley
2020-10-29Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo
2020-09-15network: Fix type and respect name when rendering vlan in sysconfig. (#541)Eduardo Otubo
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-02-03sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-08net: fix rendering of 'static6' in network config (#77)Ryan Harper
2019-11-20net: IPv6, accept_ra, slaac, stateless (#51)Harald
2019-11-04azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith
2019-10-23net/sysconfig: fix available check on SUSE distrosRobert Schweikert
2019-10-21net: enable infiniband support in eni and sysconfig renderersDarren Birkett
2019-10-16net: handle openstack dhcpv6-stateless configurationHarald Jensås
2019-09-26sysconfig: only write resolv.conf if network_state has DNS valuesRyan Harper
2019-09-26sysconfig: use distro variant to check if availableRyan Harper
2019-06-21sysconfig: support more bonding optionsPenghui Liao
2019-04-22net/sysconfig: only indicate available on known sysconfig distrosRyan Harper
2019-03-25net/sysconfig: write out SUSE-compatible IPv6 configRobert Schweikert
2019-03-12net/sysconfig: Handle default route setup for dhcp configured NICsRobert Schweikert
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
2018-12-11net: render 'metric' values in per-subnet routesRyan Harper
2018-09-26Add support for Infiniband network interfaces (IPoIB).Mark Goddard
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-06-12netplan: fix mtu if provided by network config for all rendered typesChad Smith
2018-04-25sysconfig: dhcp6 subnet type should not imply dhcpv4Vitaly Kuznetsov
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2017-11-21sysconfig: Correctly render dns and dns search info.Ryan McCabe
2017-08-01sysconfig: Dont repeat header when rendering resolv.confRyan Harper
2017-07-22sysconfig: support subnet type of 'manual'.Scott Moser
2017-07-20sysconfig: use MACADDR on bonds/bridges to configure mac_addressRyan Harper
2017-07-20sysconfig: enable mtu set per subnet, including ipv6 mtuRyan Harper
2017-07-20sysconfig: handle manual type subnetsRyan Harper
2017-07-20sysconfig: fix ipv6 gateway routesRyan Harper
2017-07-20sysconfig: fix rendering of bond, bridge and vlan types.Ryan Harper
2017-07-19sysconfig: ipv6 and default gateway fixes.Ryan Harper
2017-07-18sysconfig: include GATEWAY value if set in subnetRyan Harper
2017-06-12net: Allow for NetworkManager configurationRyan McCabe
2017-06-08net: normalize data in network_state objectScott Moser
2017-06-07RHEL/CentOS: Fix default routes for IPv4/IPv6 configuration.Andreas Karis
2017-05-23RHEL/CentOS: Fix dual stack IPv4/IPv6 configuration.Andreas Karis
2017-05-10sysconfig: Raise ValueError when multiple default gateways are present.Chad Smith
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper