From eaaf946c713bb36d3c70ffb2c153e42cf3767353 Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Fri, 25 Nov 2016 16:59:35 +0100 Subject: [PATCH] Update docs for ipv6 settings. Fixes #685 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a19944f..dd3671c 100644 --- a/README.md +++ b/README.md @@ -553,7 +553,7 @@ starts with `libvirt__` string. Here is a list of those options: * `:libvirt__guest_ipv6` - Enable or disable guest-to-guest IPv6 communication. See [here](https://libvirt.org/formatnetwork.html#examplesPrivate6), and [here](http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=705e67d40b09a905cd6a4b8b418d5cb94eaa95a8) - for for more information. + for for more information. *Note: takes either 'yes' or 'no' for value* * `:libvirt__iface_name` - Define a name for the private network interface. With this feature one can [simulate physical link failures](https://github.com/vagrant-libvirt/vagrant-libvirt/pull/498)