summaryrefslogtreecommitdiff
path: root/cloudinit/net
Commit message (Expand)AuthorAgeFilesLines
* net: purge blacklist_drivers across net and azure (#2160)Chris Patterson2023-05-102-76/+30
* net: refactor hyper-v VF filtering and apply to get_interfaces() (#2153)Chris Patterson2023-05-091-34/+57
* net: refactor find_candidate_nics_on_linux() to use get_interfaces() (#2159)Chris Patterson2023-05-091-29/+39
* Fix logger, use instance rather than module function (#2163)Brett Holman2023-05-041-1/+3
* gce: activate network discovery on every boot (#2128)Alberto Contreras2023-04-272-6/+24
* net: Document use of `ip route append` to add routes (#2130)Brett Holman2023-04-211-0/+8
* [1/2] DHCP: Refactor dhcp client code (#2122)Brett Holman2023-04-194-257/+394
* Cleanup ephemeral IP routes on exception (#2100)sxt10012023-04-031-17/+26
* net/dhcp: catch dhclient failures and raise NoDHCPLeaseError (#2083)Chris Patterson2023-03-291-1/+11
* Don't change permissions of netrules target (#2076)James Falcon2023-03-232-2/+9
* macs: ignore duplicate MAC for devs with driver driver qmi_wwan (#2090)Chad Smith2023-03-231-1/+1
* Send dhcp-client-identifier for InfiniBand ports (#2043)Waleed Mousa2023-03-222-2/+26
* chore: fix style tip (#2071)Alberto Contreras2023-03-142-2/+2
* Remove dead code (#2038)Brett Holman2023-03-038-131/+2
* dhcp: Cleanup unused kwarg (#2037)Brett Holman2023-02-282-12/+3
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-4/+5
* add OpenCloudOS and TencentOS support (#1964)wynnfeng2023-02-181-0/+2
* netplan: keep custom strict perms when 50-cloud-init.yaml existsChad Smith2023-02-041-0/+5
* Ignore duplicate macs from mscc_felix and fsl_enetcJames Falcon2023-02-021-0/+16
* Fix default route rendering on v2 ipv6 (#1973)James Falcon2023-01-241-1/+1
* network/netplan: add gateways as on-link when necessary (#1931)Louis Sautier2023-01-091-0/+23
* netplan: define features.NETPLAN_CONFIG_ROOT_READ_ONLY flagChad Smith2022-12-121-1/+3
* * net: netplan config root read-only as wifi config can contain credsChad Smith2022-12-081-1/+2
* networkd: Add support for multiple [Route] sections (#1868)Nigel Kukard2022-12-071-6/+45
* lint: fix tip-flake8 and tip-mypy (#1896)Alberto Contreras2022-12-073-5/+5
* Add support for static IPv6 addresses for FreeBSD (#1839)einsibjarni2022-11-252-15/+74
* net: skip duplicate mac check for netvsc nic and its VF (#1853)Anh Vo2022-11-181-4/+34
* network: Deprecate gateway{4,6} keys in network config v2 (#1794)Alberto Contreras2022-11-162-16/+29
* style: prefer absolute imports over relative importsMina Galić2022-09-308-18/+9
* networkd: Add test and improve typing. (#1747)Alberto Contreras2022-09-231-9/+9
* support dhcp{4,6}-overrides in networkd renderer (#1710)Aidan Obley2022-09-201-3/+51
* net: set dhclient lease and pid files (#1715)Brett Holman2022-09-141-27/+15
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-144-5/+5
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-012-5/+22
* Fix v2 interface matching when no MAC James Falcon2022-08-302-8/+11
* net: Fix EphemeraIPNetwork (#1697)Alberto Contreras2022-08-291-2/+2
* Networkd multi-address support/fix (#1685)Teodor Garzdin2022-08-241-4/+10
* net: Passthough v2 netconfigs in netplan systems (#1650)Alberto Contreras2022-08-248-24/+107
* NM ipv6 connection does not work on Azure and Openstack (#1616)Emanuele Giuseppe Esposito2022-08-221-3/+1
* Workaround net_setup_link race with udev (#1655)James Falcon2022-08-151-6/+21
* network: add system_info network activator cloud.cfg overrides (#1619)Chad Smith2022-07-291-17/+29
* net: fix interface matching support (#1552)Brett Holman2022-07-062-5/+18
* Add support for OpenMandriva (https://openmandriva.org/) (#1520)Bernhard Rosenkraenzer2022-06-171-0/+1
* net: Implement link-local ephemeral ipv6Brett Holman2022-06-103-374/+446
* datasources: replace networking functions with stdlib and cloudinit.net codeBrett Holman2022-06-081-10/+15
* Remove xenial references (#1472)Alberto Contreras2022-06-082-7/+7
* Oracle ds changes (#1474)Alberto Contreras2022-06-081-1/+1
* net-convert: use yaml.dump for debugging python NetworkState obj (#1484)Chad Smith2022-05-311-5/+4
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-234-13/+24
* Fix network-manager activator availability and order (#1438)James Falcon2022-05-103-4/+16