Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Libvirt updates #552

Merged
merged 6 commits into from
May 31, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump libvirt bindings from v3.2.0 to v3.3.0
Amongst other changes this fixed Domain.ListAllInterfaceAddresses() when there
are multiple interfaces.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
  • Loading branch information
Ian Campbell committed May 30, 2017
commit d541a473c66c4064a0e0b6865ea7740c102403e2
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ github.com/juju/schema e4e0580
github.com/juju/utils 8f0eda3
github.com/juju/version 1f41e27
github.com/kubernetes/kubernetes/cmd/kubeadm v1.6.3
github.com/libvirt/libvirt-go v3.2.0
github.com/libvirt/libvirt-go v3.3.0
github.com/libvirt/libvirt-go-xml 203f83c
github.com/lunixbochs/vtclean 4fbf763
github.com/mattn/go-colorable d228849
Expand Down
21 changes: 21 additions & 0 deletions vendor/github.com/libvirt/libvirt-go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/libvirt/libvirt-go/connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 34 additions & 59 deletions vendor/github.com/libvirt/libvirt-go/domain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/libvirt/libvirt-go/domain_compat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 42 additions & 1 deletion vendor/github.com/libvirt/libvirt-go/domain_compat.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading