[libvirt] [ 1/5] virnetdev allow to set peer address

Daniel P. Berrange berrange at redhat.com
Thu Apr 7 17:36:48 UTC 2016


On Mon, Apr 04, 2016 at 09:00:02PM +0000, Vasiliy Tolstov wrote:
> Signed-off-by: Vasiliy Tolstov <v.tolstov at selfip.ru>
> ---
>  src/util/virnetdev.c | 54 ++++++++++++++++++++++++++++++++++++----------------
>  src/util/virnetdev.h |  1 +
>  2 files changed, 39 insertions(+), 16 deletions(-)

> diff --git a/src/util/virnetdev.h b/src/util/virnetdev.h
> index e7719d58a410..240fff774d30 100644
> --- a/src/util/virnetdev.h
> +++ b/src/util/virnetdev.h
> @@ -90,6 +90,7 @@ int virNetDevGetOnline(const char *ifname,
>  
>  int virNetDevSetIPAddress(const char *ifname,
>                            virSocketAddr *addr,
> +                          virSocketAddr *peer,
>                            unsigned int prefix)
>      ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_RETURN_CHECK;
>  int virNetDevAddRoute(const char *ifname,

Since you've added a new parameter to this method, this patch
ought to also add 'NULL' to each place in the code which
currently uses this API, otherwise the build breaks after
applying just this patch.

ACK, I'll fix that when pushing.


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list