Age | Commit message (Expand) | Author |
2020-07-15 | cloudinit: remove global disable of pylint W0107 and fix errors (#489) | Daniel Watkins |
2020-07-14 | networking: refactor wait_for_physdevs from cloudinit.net (#466) | Daniel Watkins |
2020-07-13 | cloudinit: remove global disable of pylint W0105 and fix errors (#480) | Daniel Watkins |
2020-06-30 | networking: refactor is_physical from cloudinit.net (#457) | Daniel Watkins |
2020-06-24 | net/networking: remove unused functions/methods (#453) | Daniel Watkins |
2020-06-19 | printing the error stream of the dhclient process before killing it (#369) | Moustafa Moustafa |
2020-06-10 | test: fix all flake8 E126 errors (#425) | Joshua Powers |
2020-06-09 | Fixes KeyError for bridge with no "parameters:" setting (#423) | Brian Candler |
2020-06-08 | Move subp into its own module. (#416) | Scott Moser |
2020-06-02 | test: fix all flake8 E121 and E123 errors (#404) | Joshua Powers |
2020-06-02 | test: fix all flake8 E241 (#403) | Joshua Powers |
2020-06-01 | test: fix all flake8 E741 errors (#401) | Joshua Powers |
2020-04-24 | cloudinit: drop dependencies on unittest2 and contextlib2 (#322) | Daniel Watkins |
2020-04-21 | network_state: add missing space to log message (#325) | Daniel Watkins |
2020-04-03 | net: ignore 'renderer' key in netplan config (#306) | Ryan Harper |
2020-03-30 | cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292) | Daniel Watkins |
2020-03-30 | net/cmdline: replace type comments with annotations (#294) | Daniel Watkins |
2020-03-27 | net: introduce is_ip_address function (#288) | Daniel Watkins |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-19 | cloudinit/tests: remove unneeded with_logs configuration (#263) | Daniel Watkins |
2020-03-12 | Add Netbsd support (#62) | Gonéri Le Bouder |
2020-03-04 | net: support network-config:disabled on the kernel commandline (#232) | Chad Smith |
2020-02-03 | sysconfig: distro-specific config rendering for BOOTPROTO option (#162) | Robert Schweikert |
2020-01-31 | cloudinit: replace "from six import X" imports (except in util.py) (#183) | Daniel Watkins |
2020-01-30 | net/cmdline: correctly handle static ip= config (#201) | Dimitri John Ledkov |
2020-01-29 | Replace mock library with unittest.mock (#186) | Daniel Watkins |
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
2020-01-21 | Start removing dependency on six (#178) | Daniel Watkins |
2020-01-08 | net: fix rendering of 'static6' in network config (#77) | Ryan Harper |
2019-12-20 | freebsd: introduce the freebsd renderer (#61) | Gonéri Le Bouder |
2019-12-09 | dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76) | Eric Lafontaine |
2019-12-06 | network_state: handle empty v1 config (#45) | Ryan Harper |
2019-11-20 | net: IPv6, accept_ra, slaac, stateless (#51) | Harald |
2019-11-04 | azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6 | Chad Smith |
2019-10-31 | net: fix subnet_is_ipv6() for stateless|stateful | Harald Jensås |
2019-10-24 | net/netplan: use ipv6-mtu key for specifying ipv6 mtu values | Ryan Harper |
2019-10-24 | Fix usages of yaml, and move yaml_dump to safeyaml.dumps. | Scott Moser |
2019-10-23 | net/sysconfig: fix available check on SUSE distros | Robert Schweikert |
2019-10-21 | net: enable infiniband support in eni and sysconfig renderers | Darren Birkett |
2019-10-17 | fix some more typos in comments | Dominic Schlegel |
2019-10-16 | net: handle openstack dhcpv6-stateless configuration | Harald Jensås |
2019-10-04 | get_interfaces: don't exclude bridge and bond members | Daniel Watkins |
2019-09-26 | sysconfig: only write resolv.conf if network_state has DNS values | Ryan Harper |
2019-09-26 | sysconfig: use distro variant to check if available | Ryan Harper |
2019-09-17 | net: add is_master check for filtering device list | Ryan Harper |
2019-09-09 | net,Oracle: Add support for netfailover detection | Ryan Harper |
2019-08-22 | net/cmdline: refactor to allow multiple initramfs network config sources | Daniel Watkins |
2019-08-13 | azure/net: generate_fallback_nic emits network v2 config instead of v1 | Chad Smith |
2019-07-26 | net/cmdline: split interfaces_by_mac and init network config determination | Daniel Watkins |
2019-07-18 | Fix bug rendering MTU on bond or vlan when input was netplan. | Scott Moser |