From: anurad...@cumulusnetworks.com Date: Thu, 9 Jul 2015 15:35:27 -0700 > +/* proto_flags - port state information can be passed to the switch driver > and > + * used to determine the phys state of the switch port */ > +enum { > + IF_PROTOF_DOWN = 1<<0 /* set switch port phys state down */ > +};
Realistically, do we really foresee any other proto flags being added in the future? Unless there is a strong sense that we will have some, this is insanely overengineered with all of these bit masking capabilities and such and nested attributes. I'd say just do one boolean attribute and that's it. -- 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