summaryrefslogtreecommitdiff
path: root/libvirt/network_def.go
Commit message (Collapse)AuthorAge
* init govet on travisDario Maiocchi2017-11-22
|
* golint on resource_libvirt_domain_test.goDario Maiocchi2017-11-16
| | | | Use correct names in comments
* Type name will be used as libvirt.LibVirtNetworkDario Maiocchi2017-11-16
| | | | by other packages, and that stutters; consider calling this Network
* golinting on various filesDario Maiocchi2017-11-16
|
* comment on exported function should Start withDario Maiocchi2017-11-16
| | | | name of the function
* use github.com/libvirt-go-xmlThomas Hipp2017-07-27
| | | | | | | | Replace the custom XML structs with libvirt's offcial ones. This resolves #143. Signed-off-by: Thomas Hipp <thipp@suse.de>
* Test coverage for network_defFlavio Castelli2017-03-14
|
* Add DNS forwarder blocks to network resource definitionEamonn O'Toole2017-02-08
| | | | | | | | | | | | There can be one or more of these optional blocks. Each block looks as follows: dns_forwarder { address = "my address" domain = "my domain" } One or both of "address" and "domain" can be specified in each block.
* go fmtAlvaro Saurin2016-10-10
|
* Improved network resourceAlvaro Saurin2016-07-01
Methods for adding/removing hosts to a network Style, formatting improvements and fixes