summaryrefslogtreecommitdiff
path: root/cloudinit/net/network_state.py
Commit message (Expand)AuthorAgeFilesLines
* net: purge blacklist_drivers across net and azure (#2160)Chris Patterson2023-05-101-1/+1
* Remove dead code (#2038)Brett Holman2023-03-031-7/+0
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-4/+5
* Fix default route rendering on v2 ipv6 (#1973)James Falcon2023-01-241-1/+1
* lint: fix tip-flake8 and tip-mypy (#1896)Alberto Contreras2022-12-071-1/+1
* network: Deprecate gateway{4,6} keys in network config v2 (#1794)Alberto Contreras2022-11-161-0/+15
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Fix v2 interface matching when no MAC James Falcon2022-08-301-5/+8
* net: Passthough v2 netconfigs in netplan systems (#1650)Alberto Contreras2022-08-241-13/+51
* net: fix interface matching support (#1552)Brett Holman2022-07-061-5/+11
* Remove xenial references (#1472)Alberto Contreras2022-06-081-6/+5
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-1/+2
* Consistently strip top-level network key (#1417)James Falcon2022-05-051-1/+2
* Network functions refactor and bugfixes (#1383)Brett Holman2022-04-151-15/+26
* Fix KeyError when rendering sysconfig IPv6 routes (#1380)James Falcon2022-04-141-2/+2
* Fix sysconfig render when set-name is missing (#1327)Andrew Kutz2022-03-151-1/+28
* Refactoring helper funcs out of NetworkState (#1336)Andrew Kutz2022-03-151-99/+6
* Fix IPv6 netmask format for sysconfig (#1215)Harald2022-02-081-77/+38
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-331/+403
* Fix set-name/interface DNS bug (#1058)Andrew Kutz2021-10-081-0/+4
* Add new network activators to bring up interfaces (#919)James Falcon2021-07-011-32/+27
* Fix DNS in NetworkState (SC-133) (#923)James Falcon2021-06-171-15/+51
* Make wakeonlan Network Config v2 setting actually work (#626)dermotbradley2020-11-091-1/+5
* Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo2020-10-291-1/+2
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-8/+11
* Fixes KeyError for bridge with no "parameters:" setting (#423)Brian Candler2020-06-091-4/+3
* test: fix all flake8 E121 and E123 errors (#404)Joshua Powers2020-06-021-1/+1
* network_state: add missing space to log message (#325)Daniel Watkins2020-04-211-1/+1
* net: ignore 'renderer' key in netplan config (#306)Ryan Harper2020-04-031-1/+1
* Drop most of the remaining use of six (#179)Daniel Watkins2020-01-211-7/+4
* net: fix rendering of 'static6' in network config (#77)Ryan Harper2020-01-081-1/+1
* network_state: handle empty v1 config (#45)Ryan Harper2019-12-061-1/+1
* net: IPv6, accept_ra, slaac, stateless (#51)Harald2019-11-201-5/+16
* azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith2019-11-041-4/+13
* net: fix subnet_is_ipv6() for stateless|statefulHarald Jensås2019-10-311-2/+2
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-241-2/+3
* azure/net: generate_fallback_nic emits network v2 config instead of v1Chad Smith2019-08-131-4/+8
* Fix bug rendering MTU on bond or vlan when input was netplan.Scott Moser2019-07-181-0/+4
* netplan: update netplan key mappings for gratuitous-arpRyan Harper2019-05-291-0/+8
* net/sysconfig: Handle default route setup for dhcp configured NICsRobert Schweikert2019-03-121-8/+33
* net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfigKurt Stieger2019-03-041-2/+2
* Add support for Infiniband network interfaces (IPoIB).Mark Goddard2018-09-261-0/+4
* net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith2018-04-181-6/+5
* OpenNebula: Update network to return v2 config rather than ENI.Akihiko Ota2018-03-201-0/+10
* netplan: render bridge port-priority valuesRyan Harper2018-03-161-1/+1
* Azure VM Preprovisioning support.Douglas Jordan2018-01-241-0/+12
* lint: Fix lints seen by pylint version 1.8.1.Chad Smith2017-12-151-3/+5
* sysconfig: Correctly render dns and dns search info.Ryan McCabe2017-11-211-0/+8
* net: Handle bridge stp values of 0 and convert to boolean typeChad Smith2017-10-051-1/+1
* network: bridge_stp value not always correctRyan Harper2017-10-051-2/+15