index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
net
/
cmdline.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-03-29
Fix mis-detecting network configuration in initramfs cmdline (#844)
James Falcon
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-07-15
cloudinit: remove global disable of pylint W0107 and fix errors (#489)
Daniel Watkins
2020-03-30
net/cmdline: replace type comments with annotations (#294)
Daniel Watkins
2020-03-04
net: support network-config:disabled on the kernel commandline (#232)
Chad Smith
2020-01-30
net/cmdline: correctly handle static ip= config (#201)
Dimitri John Ledkov
2020-01-21
Start removing dependency on six (#178)
Daniel Watkins
2019-08-22
net/cmdline: refactor to allow multiple initramfs network config sources
Daniel Watkins
2019-07-26
net/cmdline: split interfaces_by_mac and init network config determination
Daniel Watkins
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-03-16
net: recognize iscsi root cases without ip= on kernel command line.
Scott Moser
2017-12-15
lint: Fix lints seen by pylint version 1.8.1.
Chad Smith
2017-05-16
Improve detection of snappy to include os-release and kernel cmdline.
Scott Moser
2017-05-16
Add address to config entry generated by _klibc_to_config_entry.
Julien Castets
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-12-02
Replace usage of sys_netdev_info with read_sys_net
Joshua Harlow
2016-11-22
net/cmdline: Consider ip= or ip6= on command line not only ip=
Scott Moser
2016-11-03
net/cmdline: Further adjustments to ipv6 support
LaMont Jones
2016-09-21
net: support reading ipv6 dhcp config from initramfs
LaMont Jones
2016-06-07
For now just remove compat.py module
Joshua Harlow
2016-06-06
Get cmdline working again
Joshua Harlow
2016-06-06
Rebase against master
Joshua Harlow
2016-05-24
Fix up some of the net usage and restore imports and add a mini compat module
Joshua Harlow
2016-05-19
Adjust net module to be more isolated
Joshua Harlow
2016-05-11
Remove stray prints leftover
Joshua Harlow
2016-05-11
Fix py26 for rhel (and older versions of python)
Joshua Harlow
2016-05-10
Rename to net/renderers and klibc -> cmdline.py
Joshua Harlow