[ovs-dev] [PATCH v2] openflow: Print in_port as string for reserved/special ports.

Ben Pfaff blp at nicira.com
Wed Jan 9 02:27:54 UTC 2013


On Tue, Jan 08, 2013 at 05:08:15PM -0800, Gurucharan Shetty wrote:
> Currently, when we add a flow with in_port=65534, we get the
> following warning.
> 
> "ofp_util|WARN|referring to port LOCAL as 65534 is deprecated
> for compatibility with future versions of OpenFlow."
> 
> But ovs-ofctl, while dumping flows uses 65534 instead of LOCAL.
> The same is true for other reserved ports.
> 
> This patch corrects that.
> 
> Bug #14118.
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>

Looks good, thank you.



More information about the dev mailing list