On Tue, May 28, 2013 at 3:31 PM, Fan Du <[email protected]> wrote: > ovs_vport_cmd_new create a new vport with port num specified by user. > when this port num is already occupied, it's more clear to return > -EEXIST as the reason than -EBUSY. > > Signed-off-by: Fan Du <[email protected]>
This error code is part of the userspace ABI so you can't change it without breaking existing applications. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
