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
/
network_state.py
Age
Commit message (
Expand
)
Author
2020-01-21
Drop most of the remaining use of six (#179)
Daniel Watkins
2020-01-08
net: fix rendering of 'static6' in network config (#77)
Ryan Harper
2019-12-06
network_state: handle empty v1 config (#45)
Ryan Harper
2019-11-20
net: IPv6, accept_ra, slaac, stateless (#51)
Harald
2019-11-04
azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6
Chad Smith
2019-10-31
net: fix subnet_is_ipv6() for stateless|stateful
Harald Jensås
2019-10-24
Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
Scott Moser
2019-08-13
azure/net: generate_fallback_nic emits network v2 config instead of v1
Chad Smith
2019-07-18
Fix bug rendering MTU on bond or vlan when input was netplan.
Scott Moser
2019-05-29
netplan: update netplan key mappings for gratuitous-arp
Ryan Harper
2019-03-12
net/sysconfig: Handle default route setup for dhcp configured NICs
Robert Schweikert
2019-03-04
net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfig
Kurt Stieger
2018-09-26
Add support for Infiniband network interfaces (IPoIB).
Mark Goddard
2018-04-18
net: Depend on iproute2's ip instead of net-tools ifconfig or route
Chad Smith
2018-03-20
OpenNebula: Update network to return v2 config rather than ENI.
Akihiko Ota
2018-03-16
netplan: render bridge port-priority values
Ryan Harper
2018-01-24
Azure VM Preprovisioning support.
Douglas Jordan
2017-12-15
lint: Fix lints seen by pylint version 1.8.1.
Chad Smith
2017-11-21
sysconfig: Correctly render dns and dns search info.
Ryan McCabe
2017-10-05
net: Handle bridge stp values of 0 and convert to boolean type
Chad Smith
2017-10-05
network: bridge_stp value not always correct
Ryan Harper
2017-08-15
network: add v2 passthrough and fix parsing v2 config with bonds/bridge params
Ryan Harper
2017-06-08
net: normalize data in network_state object
Scott Moser
2017-05-26
net: fix reading and rendering addresses in cidr format.
Dimitri John Ledkov
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-03-24
test: add running of pylint
Joshua Powers
2017-03-20
cloudinit.net: add network config v2 parsing and rendering
Ryan Harper
2017-03-17
support 'loopback' as a device type.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-06-14
Make the os samples easier to extend (for new samples)
Joshua Harlow
2016-06-13
Refactor some of sysconfig changes -> network_state module
Joshua Harlow
2016-06-07
For now just remove compat.py module
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-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-05-10
Add some basic eni rendering tests
Joshua Harlow
2016-05-10
Fix removal of validate_command
Joshua Harlow
2016-05-05
Use a decorator vs repeated key checks.
Joshua Harlow
2016-05-05
Add the bridge net type
Joshua Harlow
2016-05-05
Work on refactoring (and adding) network conversion tests
Joshua Harlow
2016-03-23
configdata: parse and convert openstack network_data json to network_config
Ryan Harper
2016-03-10
adjust net to fit with cloudinit
Scott Moser
2016-03-10
initial copy of curtin net
Scott Moser