diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ var argv args type args struct { Xml []string `arg:"--libvirt" help:"import qemu xml files: --libvirt /etc/libvirt/qemu/*.xml"` IgnoreCpu bool `arg:"--xml-ignore-cpu" default:"true" help:"ignore non-standard libvirt xml cpus"` + IgnoreBr bool `arg:"--xml-ignore-net" default:"true" help:"ignore network bridge name changes"` Save bool `arg:"--save" default:"false" help:"save protobuf config after import"` Config string `arg:"env:VIRTIGO_HOME" help:"defaults to ~/.config/virtigo/"` Port int `arg:"--port" default:"8080" help:"allow droplet events via http"` |
