On Wed, Jan 08, 2014 at 04:43:46PM +0100, Helmut Schaa wrote: > ifi_flags is unsigned, the local equivalents should do the same. > > Signed-off-by: Helmut Schaa <helmut.sc...@googlemail.com>
In the GNU C library, ifru_flags in struct ifreq, in net/if.h, has type short int. I see that netdev-linux.c uses 'int' and 'unsigned int' variously. I guess that the right change, if any is really needed, would be to use short int consistently. Do you want to make that change? Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev