summaryrefslogtreecommitdiff
path: root/cloudinit/net/__init__.py
AgeCommit message (Expand)Author
2020-07-14networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins
2020-06-30networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins
2020-06-24net/networking: remove unused functions/methods (#453)Daniel Watkins
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-03-30cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins
2020-03-27net: introduce is_ip_address function (#288)Daniel Watkins
2020-03-26add Openbsd support (#147)Gonéri Le Bouder
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-10-17fix some more typos in commentsDominic Schlegel
2019-10-04get_interfaces: don't exclude bridge and bond membersDaniel Watkins
2019-09-17net: add is_master check for filtering device listRyan Harper
2019-09-09net,Oracle: Add support for netfailover detectionRyan Harper
2019-08-13azure/net: generate_fallback_nic emits network v2 config instead of v1Chad Smith
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
2018-11-26net: Ephemeral*Network: add connectivity check via URLChad Smith
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-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-19pylint: pay attention to unused variable warnings.Scott Moser
2018-02-08net: accept network-config in netplan format for renaming interfacesRyan Harper
2018-01-24OpenNebula: Improve network configuration support.Akihiko Ota
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-08-03net: Reduce duplicate code. Have get_interfaces_by_mac use get_interfaces.Scott Moser
2017-07-28cloudinit.net: add initialize_network_device function and testsChad Smith
2017-07-19net: fix renaming of nics to support mac addresses written in upper case.Scott Moser
2017-06-27Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper
2017-06-06net: when selecting a network device, use natural sort orderMarc-Aurèle Brothier
2017-05-22Fix get_interfaces_by_mac for empty macsScott Moser
2017-04-20net: kernel lies about vlans not stealing mac addresses, when they doDimitri John Ledkov
2017-03-31Fix bug that resulted in an attempt to rename bonds or vlans.Scott Moser
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-02Replace usage of sys_netdev_info with read_sys_netJoshua Harlow
2016-08-22network: fix get_interface_mac for bond slave, read_sys_net for ENOTDIRScott Moser
2016-07-12Dict comprehensions don't work in 2.6Joshua Harlow
2016-06-20leave early if no interfaces to renameScott Moser
2016-06-15Fixup code review commentsJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-06-03fix issue with routes on subnets not getting renderedScott Moser
2016-06-03avoid rendering 'lo' twice by not writing it in network config.Scott Moser
2016-06-02ConfigDrive: do not use 'id' on a link for the device nameScott Moser
2016-06-02eni parsing: support 'ether' in hwaddress, netmask and broadcastScott Moser
2016-06-01clean up log message a bit.Scott Moser