summaryrefslogtreecommitdiff
path: root/cloudinit/net
AgeCommit message (Expand)Author
2021-08-30Add support to accept-ra in networkd renderer (#999)Shreenidhi Shedi
2021-08-12cc_resolv_conf: fix typos (#969)Shreenidhi Shedi
2021-08-12Azure: Logging the detected interfaces (#968)Moustafa Moustafa
2021-08-10Update inconsistent indentation (#962)Andrew Kutz
2021-08-09photon: refactor hostname handling and add networkd activator (#958)sshedi
2021-08-05Add support for EuroLinux 7 && EuroLinux 8 (#957)Aleksander Baranowski
2021-07-21Add VZLinux support (#951)eb3095
2021-07-19Initial hotplug support (#936)James Falcon
2021-07-01freebsd/net_v1 format: read MTU from root (#930)Gonéri Le Bouder
2021-07-01Add new network activators to bring up interfaces (#919)James Falcon
2021-06-28Removed distro specific network code from Photon (#929)sshedi
2021-06-18Add support for VMware PhotonOS (#909)sshedi
2021-06-17Fix DNS in NetworkState (SC-133) (#923)James Falcon
2021-06-14add DragonFlyBSD support (#904)Gonéri Le Bouder
2021-06-01Allow braces to appear in dhclient output (#911)eb3095
2021-05-25openbsd/net: flush the route table on net restart (#908)Gonéri Le Bouder
2021-05-25Add Rocky Linux support to cloud-init (#906)Louis Abel
2021-05-14BSD: static network, set the mtu (#894)Gonéri Le Bouder
2021-05-07Add AlmaLinux OS support (#872)Andrew Lukoshko
2021-04-09sysconfig: use BONDING_MODULE_OPTS on SUSE (#831)Jens Sandmann
2021-04-07bringup_static_routes: fix gateway check (#850)Petr Fedchenkov
2021-03-29Fix mis-detecting network configuration in initramfs cmdline (#844)James Falcon
2021-03-08net: exclude OVS internal interfaces in get_interfaces (#829)Daniel Watkins
2021-01-13net: Fix static routes to host in eni renderer (#668)Pavel Abalikhin
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-10-29get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)Lukas Märdian
2020-10-13net: add the ability to blacklist network interfaces based on driver during e...Anh Vo
2020-09-15network: Fix type and respect name when rendering vlan in sysconfig. (#541)Eduardo Otubo
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-24DHCP sandboxing failing on noexec mounted /var/tmp (#521)Eduardo Otubo
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-07-14networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins
2020-07-13cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins
2020-06-30networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins
2020-06-24net/networking: remove unused functions/methods (#453)Daniel Watkins
2020-06-19printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-09Fixes KeyError for bridge with no "parameters:" setting (#423)Brian Candler
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-21network_state: add missing space to log message (#325)Daniel Watkins
2020-04-03net: ignore 'renderer' key in netplan config (#306)Ryan Harper
2020-03-30cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins
2020-03-30net/cmdline: replace type comments with annotations (#294)Daniel Watkins