On Mon, Apr 03, 2017 at 11:40:58AM +0200, Matthias May wrote:
> Signed-off-by: Matthias May <[email protected]>
"sparse" now additionally says:
../vswitchd/bridge.c:973:26: warning: incorrect type in assignment
(different base types)
../vswitchd/bridge.c:973:26: expected restricted ofp_port_t [assigned]
[usertype] port_group
../vswitchd/bridge.c:973:26: got unsigned int [unsigned] [usertype]
<noident>
which means that you should use u16_to_ofp() to convert the
configuration data into an ofp_port_t.
Thanks,
Ben.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev