Age | Commit message (Expand) | Author |
2017-03-17 | net: add renderers for automatically selecting the renderer. | Scott Moser |
2017-03-17 | render_network_state: switch arguments around, do not require target | Scott Moser |
2017-03-17 | support 'loopback' as a device type. | Scott Moser |
2017-03-07 | net: support both ipv4 and ipv6 gateways in sysconfig. | Lars Kellogg-Stedman |
2017-02-17 | flake8: fix flake8 complaints in previous commit. | Scott Moser |
2017-02-17 | net: correct errors in cloudinit/net/sysconfig.py | Lars Kellogg-Stedman |
2017-01-25 | Fix eni rendering of multiple IPs per interface | Ryan Harper |
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-08-23 | Generate a dummy bond name for OpenStack | Scott Moser |
2016-08-22 | network: fix get_interface_mac for bond slave, read_sys_net for ENOTDIR | Scott Moser |
2016-07-13 | merge from trunk | Scott Moser |
2016-07-13 | merge from trunk | Scott Moser |
2016-07-13 | merge from trunk.lp1602373 | Scott Moser |
2016-07-13 | ConfigDrive: write 'injected' files and legacy networking | Scott Moser |
2016-07-13 | String format requires positions on python 2.6 | Joshua Harlow |
2016-07-12 | Dict comprehensions don't work in 2.6 | Joshua Harlow |
2016-06-21 | no longer skip 'lo' elements when reading. pass 3rd test. | Scott Moser |
2016-06-21 | fix flake8 | Scott Moser |
2016-06-21 | make 2 of 3 tests pass | Scott Moser |
2016-06-21 | net: fix inet value for subnets, don't add interface attributes to alias | Scott Moser |
2016-06-21 | fix english in comment | Scott Moser |
2016-06-21 | merge with trunk | Scott Moser |
2016-06-21 | fix lost per-interface routes, use post-up to bring up interface aliases | Scott Moser |
2016-06-21 | sort attributes in sections, change 'mac_address' to 'hwaddress' | Scott Moser |
2016-06-21 | minor cleanup | Scott Moser |
2016-06-21 | make _render_iface return a list of sections rather than one section | Scott Moser |
2016-06-20 | merge with trunk. | Scott Moser |
2016-06-20 | add a header to rendered ENI file describing its content | Scott Moser |
2016-06-20 | leave early if no interfaces to rename | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | Fix line length issues | Joshua Harlow |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-14 | fix pep8 failure introduced in recent commit. | Scott Moser |
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-10 | Add a bunch more sample tests for sysconfig | Joshua Harlow |
2016-06-10 | Add a sysconfig rendering test | Joshua Harlow |
2016-06-10 | Add a sysconfig renderer | Joshua Harlow |
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-06-03 | fix issue with routes on subnets not getting rendered | Scott Moser |
2016-06-03 | avoid rendering 'lo' twice by not writing it in network config. | Scott Moser |
2016-06-03 | improve how 'lo' is handled when rendering network state to interfaces | Scott Moser |
2016-06-02 | ConfigDrive: do not use 'id' on a link for the device name | Scott Moser |
2016-06-02 | eni parsing: support 'ether' in hwaddress, netmask and broadcast | Scott Moser |