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
/
eni.py
Age
Commit message (
Expand
)
Author
2016-08-23
Generate a dummy bond name for OpenStack
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-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-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-13
Refactor some of sysconfig changes -> network_state 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
Fix up tests and flake8 warnings
Joshua Harlow
2016-05-19
Adjust net module to be more isolated
Joshua Harlow
2016-05-17
Don't expose anything but 'render_network_state'
Joshua Harlow
2016-05-10
Move net/renderers -> net
Joshua Harlow