summaryrefslogtreecommitdiff
path: root/cloudinit/net/__init__.py
AgeCommit message (Expand)Author
2022-02-08Fix IPv6 netmask format for sysconfig (#1215)Harald
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-06cloudinit/net: handle two different routes for the same ip (#1124)Emanuele Giuseppe Esposito
2021-09-17Add connectivity_url to Oracle's EphemeralDHCPv4 (#988)James Falcon
2021-08-12Azure: Logging the detected interfaces (#968)Moustafa Moustafa
2021-08-10Update inconsistent indentation (#962)Andrew Kutz
2021-06-14add DragonFlyBSD support (#904)Gonéri Le Bouder
2021-04-07bringup_static_routes: fix gateway check (#850)Petr Fedchenkov
2021-03-08net: exclude OVS internal interfaces in get_interfaces (#829)Daniel Watkins
2020-10-29get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)Lukas Märdian
2020-10-13net: add the ability to blacklist network interfaces based on driver during e...Anh Vo
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
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