On 03/15/2013 04:02 PM, Osier Yang wrote:
On 2013年03月15日 15:23, Alex Jia wrote:
>
> Signed-off-by: Alex Jia<ajia(a)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.
Thanks and push now.