summaryrefslogtreecommitdiff
path: root/cloudinit/net
AgeCommit message (Expand)Author
2019-12-09dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76)Eric Lafontaine
2019-12-06network_state: handle empty v1 config (#45)Ryan Harper
2019-11-20net: IPv6, accept_ra, slaac, stateless (#51)Harald
2019-11-04azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith
2019-10-31net: fix subnet_is_ipv6() for stateless|statefulHarald Jensås
2019-10-24net/netplan: use ipv6-mtu key for specifying ipv6 mtu valuesRyan Harper
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2019-10-23net/sysconfig: fix available check on SUSE distrosRobert Schweikert
2019-10-21net: enable infiniband support in eni and sysconfig renderersDarren Birkett
2019-10-17fix some more typos in commentsDominic Schlegel
2019-10-16net: handle openstack dhcpv6-stateless configurationHarald Jensås
2019-10-04get_interfaces: don't exclude bridge and bond membersDaniel Watkins
2019-09-26sysconfig: only write resolv.conf if network_state has DNS valuesRyan Harper
2019-09-26sysconfig: use distro variant to check if availableRyan Harper
2019-09-17net: add is_master check for filtering device listRyan Harper
2019-09-09net,Oracle: Add support for netfailover detectionRyan Harper
2019-08-22net/cmdline: refactor to allow multiple initramfs network config sourcesDaniel Watkins
2019-08-13azure/net: generate_fallback_nic emits network v2 config instead of v1Chad Smith
2019-07-26net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins
2019-07-18Fix bug rendering MTU on bond or vlan when input was netplan.Scott Moser
2019-07-17net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper
2019-07-16net: add rfc3442 (classless static routes) to EphemeralDHCPRyan Harper
2019-07-15net: skip bond interfaces in get_interfacesStanislav Makar
2019-06-21sysconfig: support more bonding optionsPenghui Liao
2019-05-29netplan: update netplan key mappings for gratuitous-arpRyan Harper
2019-04-27git tests: no longer show warning about safe yaml.Scott Moser
2019-04-22net/sysconfig: only indicate available on known sysconfig distrosRyan Harper
2019-03-25net/sysconfig: write out SUSE-compatible IPv6 configRobert Schweikert
2019-03-21net: Fix ipv6 static routes when using eni rendererRaphael Glon
2019-03-12net/sysconfig: Handle default route setup for dhcp configured NICsRobert Schweikert
2019-03-04net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfigKurt Stieger
2019-02-26tests: fix some slow tests and some leaking stateDaniel Watkins
2019-02-07netplan: Don't render yaml aliases when dumping netplanRyan Harper
2019-01-28sysconfig: On SUSE, use STARTMODE instead of ONBOOTRobert Schweikert
2019-01-23net/sysconfig: do not write a resolv.conf file with only the header.Robert Schweikert
2019-01-18net: Make sysconfig renderer compatible with Network Manager.Eduardo Otubo
2019-01-15net: Wait for dhclient to daemonize before reading lease fileJason Zions
2018-12-11net: render 'metric' values in per-subnet routesRyan Harper
2018-11-26net: Ephemeral*Network: add connectivity check via URLChad Smith
2018-11-12azure: fix regression introduced when persisting ephemeral dhcp leaseasakkurr
2018-10-09net: ignore nics that have "zero" mac address.Scott Moser
2018-09-26Add support for Infiniband network interfaces (IPoIB).Mark Goddard
2018-09-13EphemeralIPv4Network: Be more explicit when adding default route.Scott Moser
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-08-06netplan: Correctly render macaddress on a bonds and bridges when provided.Scott Moser
2018-06-12netplan: fix mtu if provided by network config for all rendered typesChad Smith
2018-05-09SmartOS: fix get_interfaces for nics that do not have addr_assign_type.Scott Moser
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2018-04-25sysconfig: dhcp6 subnet type should not imply dhcpv4Vitaly Kuznetsov