On Sun, Apr 05, 2015 at 12:59:26AM +0800, Kevin Lo wrote: > FreeBSD fills the int return value with ifr_flagshigh in the high > 16 bits and ifr_flags in the low 16 bits rather than blindly promoting > ifr_flags to an int, which will preserve the sign. > This commit makes sure the flags returned isn't negative and apply mask > 0xffff to flags. > > Signed-off-by: Kevin Lo <[email protected]> > > --- > PATCH -> V2: > - refine the commit message.
Thanks a lot! I applied this to master and branch-2.[3210]. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
