[ovs-dev] [PATCH V2 1/4] rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR and RTNLGRP_IPV6_IFADDR.

Ben Pfaff blp at nicira.com
Tue Jul 28 15:03:30 UTC 2015


On Mon, Jul 27, 2015 at 11:56:27PM -0700, Alex Wang wrote:
> This commit renames the rtnetlink-link.{c,h} to rtnetlink.{c,h}
> and extends the module to support RTNLGRP_IPV4_IFADDR and
> RTNLGRP_IPV4_IFADDR multicast groups.  A later patch will start
> using this module to react to interface address changes.
> 
> Signed-off-by: Alex Wang <alexw at nicira.com>
> 
> ---
> PATCH->V2:
> - new patch, since parsing RTNLGRP_IPV4_IFADDR/RTNLGRP_IPV6_IFADDR
>   is different from parsing RTNLGRP_LINK, we need to extend to
>   module.

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list