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
Age
Commit message (
Expand
)
Author
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-04-15
network: do not write interface as 'auto' from ip= on command line.
Scott Moser
2016-04-15
write 'allow-hotplug', but 'auto' for auto.
Scott Moser
2016-04-15
support and render control=manual on initramfs network devices
Scott Moser
2016-04-15
sync with curtin on render_interfaces
Scott Moser
2016-04-14
fallback net config: do not consider devices starting with 'veth'
Scott Moser
2016-04-13
skip bridges when generating fallback networking
Scott Moser
2016-03-24
some final changes
Scott Moser
2016-03-24
pep8 fixes from last comment merge
Scott Moser
2016-03-24
support reading network config from kernel command line
Scott Moser
2016-03-24
add comments and improve error messages
Scott Moser
2016-03-24
fix review comments
Ryan Harper
2016-03-24
improve comment
Scott Moser
2016-03-24
add suport for base64 encoded gzipped text on command line
Scott Moser
2016-03-23
support [untested] network-config=<base64> on kernel command line
Scott Moser
2016-03-23
fix tox issues
Scott Moser
2016-03-23
add the implementation for read_kernel_cmdline_config
Scott Moser
2016-03-23
add sys_netdev_info helper, support reading macs in.
Scott Moser
2016-03-23
add config_from_klibc_net_cfg and helper functions
Scott Moser
2016-03-23
configdata: parse and convert openstack network_data json to network_config
Ryan Harper
2016-03-23
merge from trunk.net1
Scott Moser
2016-03-22
write to 50-cloud-init.cfg and write systemd.link rules.
Scott Moser
2016-03-22
make NoCloud work for seeding network.
Scott Moser
2016-03-22
add implementation of generate_fallback_config from wesley.
Scott Moser
2016-03-22
add code to invoke networking config
Scott Moser
2016-03-22
In generate_fallback_config() fix function to sort potential interfaces to work
Wesley Wiedenmeier
2016-03-22
In generate_fallback_config return full netconfig dict with 'config' and
Wesley Wiedenmeier
2016-03-22
- Rename find_fallback_network_device to generate_fallback_config
Wesley Wiedenmeier
2016-03-22
Got rid of blank lines in net.find_fallback_network_device
Wesley Wiedenmeier
2016-03-22
For find_fallback_network_device, kwarg rename_to_default specifies whether or
Wesley Wiedenmeier
2016-03-22
Fix typo
Wesley Wiedenmeier
2016-03-22
Wrap read calls to /sys/class/net/DEV/{carrier, dormant, operstate} in
Wesley Wiedenmeier
2016-03-21
Added net.find_fallback_network_device() to find an appropriate device to dhcp
Wesley Wiedenmeier
2016-03-18
Added comments
Wesley Wiedenmeier
2016-03-18
Handle static ip= entries by appending a static subnet to the device
Wesley Wiedenmeier
2016-03-18
If proto not specified, determine it using logic from:
Wesley Wiedenmeier
2016-03-18
Fully parse files at /run/net-dev.conf, loading parameters for address,
Wesley Wiedenmeier
2016-03-17
Check for and merge in configuration caused by the 'ip' parameter on the
Wesley Wiedenmeier
2016-03-10
adjust net to fit with cloudinit
Scott Moser
2016-03-10
initial copy of curtin net
Scott Moser