[libvirt] [libvirt-sandbox][PATCH] Docs: fix typos in IPv6 address

Osier Yang jyang at redhat.com
Fri Mar 15 08:02:08 UTC 2013


On 2013年03月15日 15:23, Alex Jia wrote:
>
> Signed-off-by: Alex Jia<ajia at redhat.com>
> ---
>   bin/virt-sandbox.c                       |    2 +-
>   libvirt-sandbox/libvirt-sandbox-config.c |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/bin/virt-sandbox.c b/bin/virt-sandbox.c
> index 9becd07..69d1e62 100644
> --- a/bin/virt-sandbox.c
> +++ b/bin/virt-sandbox.c
> @@ -352,7 +352,7 @@ specifies the broadcast address. Some examples
>
>     address=192.168.122.1/24
>     address=192.168.122.1/24%192.168.122.255
> -  address=2001:212::204.2/64
> +  address=2001:212::204:2/64
>
>   =item route=IP-NETWORK/PREFIX%GATEWAY
>
> diff --git a/libvirt-sandbox/libvirt-sandbox-config.c b/libvirt-sandbox/libvirt-sandbox-config.c
> index 3dc453a..90217f1 100644
> --- a/libvirt-sandbox/libvirt-sandbox-config.c
> +++ b/libvirt-sandbox/libvirt-sandbox-config.c
> @@ -825,7 +825,7 @@ GList *gvir_sandbox_config_get_networks(GVirSandboxConfig *config)
>    *
>    *  dhcp
>    *  address=192.168.122.1/24%192.168.122.255;
> - *  address=192.168.122.1/24%192.168.122.255;address=2001:212::204.2/64
> + *  address=192.168.122.1/24%192.168.122.255;address=2001:212::204:2/64
>    *  route=192.168.122.255/24%192.168.1.1
>    */
>   gboolean gvir_sandbox_config_add_network_strv(GVirSandboxConfig *config,

ACK, Please push.




More information about the libvir-list mailing list