summaryrefslogtreecommitdiff
path: root/cloudinit/net
Commit message (Expand)AuthorAgeFilesLines
* Make wakeonlan Network Config v2 setting actually work (#626)dermotbradley2020-11-093-1/+14
* Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo2020-10-292-1/+6
* get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)Lukas Märdian2020-10-292-3/+48
* net: add the ability to blacklist network interfaces based on driver during e...Anh Vo2020-10-131-12/+23
* network: Fix type and respect name when rendering vlan in sysconfig. (#541)Eduardo Otubo2020-09-151-1/+31
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-254-14/+20
* DHCP sandboxing failing on noexec mounted /var/tmp (#521)Eduardo Otubo2020-08-242-0/+52
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-152-4/+0
* networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins2020-07-142-112/+0
* cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins2020-07-131-4/+2
* networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins2020-06-302-10/+0
* net/networking: remove unused functions/methods (#453)Daniel Watkins2020-06-242-48/+0
* printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa2020-06-192-11/+60
* test: fix all flake8 E126 errors (#425)Joshua Powers2020-06-105-9/+13
* Fixes KeyError for bridge with no "parameters:" setting (#423)Brian Candler2020-06-091-4/+3
* Move subp into its own module. (#416)Scott Moser2020-06-0811-63/+73
* test: fix all flake8 E121 and E123 errors (#404)Joshua Powers2020-06-021-1/+1
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-1/+1
* test: fix all flake8 E741 errors (#401)Joshua Powers2020-06-011-4/+4
* cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins2020-04-242-6/+6
* 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-032-1/+11
* cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins2020-03-302-0/+38
* net/cmdline: replace type comments with annotations (#294)Daniel Watkins2020-03-301-8/+4
* net: introduce is_ip_address function (#288)Daniel Watkins2020-03-272-5/+47
* add Openbsd support (#147)Gonéri Le Bouder2020-03-263-4/+68
* cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins2020-03-191-6/+0
* Add Netbsd support (#62)Gonéri Le Bouder2020-03-125-144/+263
* net: support network-config:disabled on the kernel commandline (#232)Chad Smith2020-03-041-14/+20
* sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert2020-02-031-109/+242
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-311-1/+1
* net/cmdline: correctly handle static ip= config (#201)Dimitri John Ledkov2020-01-301-3/+9
* Replace mock library with unittest.mock (#186)Daniel Watkins2020-01-292-2/+3
* Drop most of the remaining use of six (#179)Daniel Watkins2020-01-213-17/+13
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-4/+1
* net: fix rendering of 'static6' in network config (#77)Ryan Harper2020-01-084-5/+7
* freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder2019-12-203-1/+244
* dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76)Eric Lafontaine2019-12-092-7/+100
* network_state: handle empty v1 config (#45)Ryan Harper2019-12-062-1/+48
* net: IPv6, accept_ra, slaac, stateless (#51)Harald2019-11-204-10/+69
* azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith2019-11-042-7/+16
* net: fix subnet_is_ipv6() for stateless|statefulHarald Jensås2019-10-311-2/+2
* net/netplan: use ipv6-mtu key for specifying ipv6 mtu valuesRyan Harper2019-10-241-8/+27
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-242-9/+11
* net/sysconfig: fix available check on SUSE distrosRobert Schweikert2019-10-231-4/+4
* net: enable infiniband support in eni and sysconfig renderersDarren Birkett2019-10-212-5/+7
* fix some more typos in commentsDominic Schlegel2019-10-171-1/+1
* net: handle openstack dhcpv6-stateless configurationHarald Jensås2019-10-162-2/+12
* get_interfaces: don't exclude bridge and bond membersDaniel Watkins2019-10-042-10/+73
* sysconfig: only write resolv.conf if network_state has DNS valuesRyan Harper2019-09-261-2/+4