summaryrefslogtreecommitdiff
path: root/cloudinit/net/network_state.py
AgeCommit message (Expand)Author
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2020-04-21network_state: add missing space to log message (#325)Daniel Watkins
2020-04-03net: ignore 'renderer' key in netplan config (#306)Ryan Harper
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-08net: fix rendering of 'static6' in network config (#77)Ryan Harper
2019-12-06network_state: handle empty v1 config (#45)Ryan Harper
2019-11-20net: IPv6, accept_ra, slaac, stateless (#51)Harald
2019-11-04azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith
2019-10-31net: fix subnet_is_ipv6() for stateless|statefulHarald Jensås
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2019-08-13azure/net: generate_fallback_nic emits network v2 config instead of v1Chad Smith
2019-07-18Fix bug rendering MTU on bond or vlan when input was netplan.Scott Moser
2019-05-29netplan: update netplan key mappings for gratuitous-arpRyan Harper
2019-03-12net/sysconfig: Handle default route setup for dhcp configured NICsRobert Schweikert
2019-03-04net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfigKurt Stieger
2018-09-26Add support for Infiniband network interfaces (IPoIB).Mark Goddard
2018-04-18net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith
2018-03-20OpenNebula: Update network to return v2 config rather than ENI.Akihiko Ota
2018-03-16netplan: render bridge port-priority valuesRyan Harper
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-11-21sysconfig: Correctly render dns and dns search info.Ryan McCabe
2017-10-05net: Handle bridge stp values of 0 and convert to boolean typeChad Smith
2017-10-05network: bridge_stp value not always correctRyan Harper
2017-08-15network: add v2 passthrough and fix parsing v2 config with bonds/bridge paramsRyan Harper
2017-06-08net: normalize data in network_state objectScott Moser
2017-05-26net: fix reading and rendering addresses in cidr format.Dimitri John Ledkov
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24test: add running of pylintJoshua Powers
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-17support 'loopback' as a device type.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-06-14Make the os samples easier to extend (for new samples)Joshua Harlow
2016-06-13Refactor some of sysconfig changes -> network_state moduleJoshua Harlow
2016-06-07For now just remove compat.py moduleJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-05-24Fix up some of the net usage and restore imports and add a mini compat moduleJoshua Harlow
2016-05-19Adjust net module to be more isolatedJoshua Harlow
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-10Add some basic eni rendering testsJoshua Harlow
2016-05-10Fix removal of validate_commandJoshua Harlow
2016-05-05Use a decorator vs repeated key checks.Joshua Harlow
2016-05-05Add the bridge net typeJoshua Harlow
2016-05-05Work on refactoring (and adding) network conversion testsJoshua Harlow
2016-03-23configdata: parse and convert openstack network_data json to network_configRyan Harper
2016-03-10adjust net to fit with cloudinitScott Moser
2016-03-10initial copy of curtin netScott Moser