On Fri, Aug 14, 2015 at 09:50:02AM +0000, Premkumar Jonnala wrote: > Extend bridge command to configure and retrieve ageing interval for bridge > devices. Netlink messaging is used to configure and retrieve the ageing > interval. > > Signed-off-by: Premkumar Jonnala <pjonn...@broadcom.com> > ... > diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h > index a78f0b3..abc9617 100644 > --- a/include/linux/rtnetlink.h > +++ b/include/linux/rtnetlink.h > @@ -139,6 +139,13 @@ enum { > RTM_GETNSID = 90, > #define RTM_GETNSID RTM_GETNSID > > + RTM_SETAGEING = 92, > +#define RTM_SETAGEING RTM_SETAGEING > + RTM_SETDEFAULTAGEING = 93, > +#define RTM_SETDEFAULTAGEING RTM_SETDEFAULTAGEING > + RTM_GETAGEING = 94, > +#define RTM_GETAGEING RTM_GETAGEING > + > __RTM_MAX, > #define RTM_MAX (((__RTM_MAX + 3) & ~3) - 1) > }; > --
As far as I can see, this depends on a kernel patch which is still under review (in particular, adding these new message types was objected to). I would suggest to wait with submission of the iproute2 patch until relevant kernel changes are accepted. Michal Kubecek -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html