[libvirt] [PATCHv2 1/2] util: allow sending mac addr to virNetNewLink without ifindex

Jiri Denemark jdenemar at redhat.com
Thu Nov 7 12:34:37 UTC 2019


On Thu, Oct 17, 2019 at 21:59:48 -0400, Laine Stump wrote:
> From: Laine Stump <laine at redhat.com>
> 
> Although until now, any use of the extra_args argument (a pointer to a
> struct containing extra attributes to add the the RTM_NEWLINK message)
> would always have the ifindex and mac set, so the code could assume it
> was safe to add both to the message if extra_args != NULL. There is
> now a use for setting a MAC address in the RTM_NEWLINK without setting
> the ifindex, so we should check each of these separately.
> 
> Signed-off-by: Laine Stump <laine at redhat.com>
> ---
>  src/util/virnetlink.c | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar at redhat.com>




More information about the libvir-list mailing list