summaryrefslogtreecommitdiff
path: root/tests/unittests/test_net.py
Commit message (Expand)AuthorAgeFilesLines
* net: purge blacklist_drivers across net and azure (#2160)Chris Patterson2023-05-101-21/+18
* gce: activate network discovery on every boot (#2128)Alberto Contreras2023-04-271-2/+2
* macs: ignore duplicate MAC for devs with driver driver qmi_wwan (#2090)Chad Smith2023-03-231-12/+28
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-1/+2
* Ignore duplicate macs from mscc_felix and fsl_enetcJames Falcon2023-02-021-0/+20
* 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/+38
* net: skip duplicate mac check for netvsc nic and its VF (#1853)Anh Vo2022-11-181-0/+25
* network: Deprecate gateway{4,6} keys in network config v2 (#1794)Alberto Contreras2022-11-161-22/+320
* Networkd multi-address support/fix (#1685)Teodor Garzdin2022-08-241-0/+1
* NM ipv6 connection does not work on Azure and Openstack (#1616)Emanuele Giuseppe Esposito2022-08-221-16/+4
* Remove xenial references (#1472)Alberto Contreras2022-06-081-5/+5
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-3/+3
* Network functions refactor and bugfixes (#1383)Brett Holman2022-04-151-12/+12
* Fix KeyError when rendering sysconfig IPv6 routes (#1380)James Falcon2022-04-141-0/+102
* testing: add additional mocks to test_net tests (#1356)yangzz-972022-03-311-0/+8
* Fix sysconfig render when set-name is missing (#1327)Andrew Kutz2022-03-151-2/+79
* Refactoring helper funcs out of NetworkState (#1336)Andrew Kutz2022-03-151-1/+2
* Add native NetworkManager support (#1224)Lubomir Rintel2022-02-251-113/+1121
* Fix IPv6 netmask format for sysconfig (#1215)Harald2022-02-081-4/+74
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-1922/+2911
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-031-1/+1
* testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon2021-11-221-13/+12
* Add support to accept-ra in networkd renderer (#999)Shreenidhi Shedi2021-08-301-0/+74
* Add support for EuroLinux 7 && EuroLinux 8 (#957)Aleksander Baranowski2021-08-051-0/+1
* Add new network activators to bring up interfaces (#919)James Falcon2021-07-011-1/+1
* Removed distro specific network code from Photon (#929)sshedi2021-06-281-0/+4
* Add support for VMware PhotonOS (#909)sshedi2021-06-181-9/+235
* sysconfig: use BONDING_MODULE_OPTS on SUSE (#831)Jens Sandmann2021-04-091-2/+2
* Fix mis-detecting network configuration in initramfs cmdline (#844)James Falcon2021-03-291-0/+50
* net: exclude OVS internal interfaces in get_interfaces (#829)Daniel Watkins2021-03-081-0/+20
* net: Fix static routes to host in eni renderer (#668)Pavel Abalikhin2021-01-131-0/+7
* Missing IPV6_AUTOCONF=no to render sysconfig dhcp6 stateful on RHEL (#753)Eduardo Otubo2021-01-071-0/+1
* Adding BOOTPROTO = dhcp to render sysconfig dhcp6 stateful on RHEL (#685)Eduardo Otubo2020-12-011-1/+1
* Make wakeonlan Network Config v2 setting actually work (#626)dermotbradley2020-11-091-0/+143
* Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo2020-10-291-0/+98
* Update network config docs to clarify MAC address quoting (#623)dermotbradley2020-10-271-20/+20
* network: Fix type and respect name when rendering vlan in sysconfig. (#541)Eduardo Otubo2020-09-151-4/+0
* Fixes KeyError for bridge with no "parameters:" setting (#423)Brian Candler2020-06-091-0/+10
* Move subp into its own module. (#416)Scott Moser2020-06-081-16/+17
* test: fix all flake8 E121 and E123 errors (#404)Joshua Powers2020-06-021-9/+9
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-2/+2
* net: ubuntu focal prioritize netplan over eni even if both present (#267)Chad Smith2020-03-301-40/+46
* net: support network-config:disabled on the kernel commandline (#232)Chad Smith2020-03-041-0/+17
* sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert2020-02-031-237/+359
* net/cmdline: correctly handle static ip= config (#201)Dimitri John Ledkov2020-01-301-1/+1
* FreeBSD: fix for get_linux_distro() and lru_cache (#59)Igor Galić2019-11-251-6/+13
* net: IPv6, accept_ra, slaac, stateless (#51)Harald2019-11-201-3/+235
* azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith2019-11-041-0/+54
* net: fix subnet_is_ipv6() for stateless|statefulHarald Jensås2019-10-311-0/+16