summaryrefslogtreecommitdiff
path: root/cloudinit/net
AgeCommit message (Expand)Author
2017-03-30net: in netplan renderer delete known image-builtin content.Scott Moser
2017-03-30netplan: remove debugging prints, add debug loggingRyan Harper
2017-03-24test: add running of pylintJoshua Powers
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-20net: Fix incorrect call to isfileJoshua Powers
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-03-17render_network_state: switch arguments around, do not require targetScott Moser
2017-03-17support 'loopback' as a device type.Scott Moser
2017-03-07net: support both ipv4 and ipv6 gateways in sysconfig.Lars Kellogg-Stedman
2017-02-17flake8: fix flake8 complaints in previous commit.Scott Moser
2017-02-17net: correct errors in cloudinit/net/sysconfig.pyLars Kellogg-Stedman
2017-01-25Fix eni rendering of multiple IPs per interfaceRyan Harper
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-02Replace usage of sys_netdev_info with read_sys_netJoshua Harlow
2016-11-22net/cmdline: Consider ip= or ip6= on command line not only ip=Scott Moser
2016-11-03net/cmdline: Further adjustments to ipv6 supportLaMont Jones
2016-09-21net: support reading ipv6 dhcp config from initramfsLaMont Jones
2016-08-23Generate a dummy bond name for OpenStackScott Moser
2016-08-22network: fix get_interface_mac for bond slave, read_sys_net for ENOTDIRScott Moser
2016-07-13merge from trunkScott Moser
2016-07-13merge from trunkScott Moser
2016-07-13merge from trunk.lp1602373Scott Moser
2016-07-13ConfigDrive: write 'injected' files and legacy networkingScott Moser
2016-07-13String format requires positions on python 2.6Joshua Harlow
2016-07-12Dict comprehensions don't work in 2.6Joshua Harlow
2016-06-21no longer skip 'lo' elements when reading. pass 3rd test.Scott Moser
2016-06-21fix flake8Scott Moser
2016-06-21make 2 of 3 tests passScott Moser
2016-06-21net: fix inet value for subnets, don't add interface attributes to aliasScott Moser
2016-06-21fix english in commentScott Moser
2016-06-21merge with trunkScott Moser
2016-06-21fix lost per-interface routes, use post-up to bring up interface aliasesScott Moser
2016-06-21sort attributes in sections, change 'mac_address' to 'hwaddress'Scott Moser
2016-06-21minor cleanupScott Moser
2016-06-21make _render_iface return a list of sections rather than one sectionScott Moser
2016-06-20merge with trunk.Scott Moser
2016-06-20add a header to rendered ENI file describing its contentScott Moser
2016-06-20leave early if no interfaces to renameScott Moser
2016-06-15merge with trunkScott Moser
2016-06-15Fix line length issuesJoshua Harlow
2016-06-15Fixup code review commentsJoshua Harlow
2016-06-14fix pep8 failure introduced in recent commit.Scott Moser
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-10Add a bunch more sample tests for sysconfigJoshua Harlow
2016-06-10Add a sysconfig rendering testJoshua Harlow
2016-06-10Add a sysconfig rendererJoshua Harlow
2016-06-07For now just remove compat.py moduleJoshua Harlow
2016-06-06Get cmdline working againJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow