index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
net
/
tests
Age
Commit message (
Expand
)
Author
2021-04-07
bringup_static_routes: fix gateway check (#850)
Petr Fedchenkov
2021-03-08
net: exclude OVS internal interfaces in get_interfaces (#829)
Daniel Watkins
2020-10-29
get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
Lukas Märdian
2020-08-24
DHCP sandboxing failing on noexec mounted /var/tmp (#521)
Eduardo Otubo
2020-07-14
networking: refactor wait_for_physdevs from cloudinit.net (#466)
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-08
Move subp into its own module. (#416)
Scott Moser
2020-06-02
test: fix all flake8 E241 (#403)
Joshua Powers
2020-04-24
cloudinit: drop dependencies on unittest2 and contextlib2 (#322)
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-27
net: introduce is_ip_address function (#288)
Daniel Watkins
2020-03-19
cloudinit/tests: remove unneeded with_logs configuration (#263)
Daniel Watkins
2020-01-29
Replace mock library with unittest.mock (#186)
Daniel Watkins
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-10-04
get_interfaces: don't exclude bridge and bond members
Daniel Watkins
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-13
azure/net: generate_fallback_nic emits network v2 config instead of v1
Chad Smith
2019-07-17
net: update net sequence, include wait on netdevs, opensuse netrules path
Ryan Harper
2019-07-16
net: add rfc3442 (classless static routes) to EphemeralDHCP
Ryan Harper
2019-04-27
git tests: no longer show warning about safe yaml.
Scott Moser
2019-02-26
tests: fix some slow tests and some leaking state
Daniel Watkins
2019-01-15
net: Wait for dhclient to daemonize before reading lease file
Jason Zions
2018-11-26
net: Ephemeral*Network: add connectivity check via URL
Chad Smith
2018-09-13
EphemeralIPv4Network: Be more explicit when adding default route.
Scott Moser
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-04-26
net: detect unstable network names and trigger a settle if needed
Ryan Harper
2018-02-08
net: accept network-config in netplan format for renaming interfaces
Ryan Harper
2017-11-30
ec2: Fix sandboxed dhclient background process cleanup.
Chad Smith
2017-11-19
EC2: Kill dhclient process used in sandbox dhclient.
Scott Moser
2017-10-03
Azure, CloudStack: Support reading dhcp options from systemd-networkd.
Dimitri John Ledkov
2017-09-20
tests: Add cloudinit package to all test targets
Chad Smith
2017-09-18
ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdir
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-08-09
ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.
Chad Smith
2017-07-28
cloudinit.net: add initialize_network_device function and tests
Chad Smith