[OPNFLWPLUG-187] of-flow: instruction different in config and operational db (output-node-connector) Created: 11/Jun/14  Updated: 27/Sep/21  Due: 04/Jul/14  Resolved: 18/Jul/14

Status: Resolved
Project: OpenFlowPlugin
Component/s: General
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Peter Gubka Assignee: Peter Gubka
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Linux
Platform: PC


Attachments: File f102.xml     File f102odb.xml    
External issue ID: 1182

 Description   

odl:
version.properties
org.opendaylight.controller.version = 0.1
org.opendaylight.controller.build.scm.version = 2fffd8cdb3ed75f478b900c677bb4d97e5e91c9c
org.opendaylight.controller.build.user = jenkins-controller
org.opendaylight.controller.build.workspace = **********
org.opendaylight.controller.build.timestamp = 1402444582255
org.opendaylight.controller.build.machine = **********

test: mininet 2.1.0 + ovs 2.0.0

steps:
1) PUT xml /restconf/config/opendaylight-inventory:nodes/node/openflow:${switch_idx}/table/${table_id}/flow/${flow_id}
(xml file f102.xml in attachment)

2) GET its operational state (for full details see f102odb.xml in attachment)
3) GET its config

4) seen difference
config:
<output-node-connector>INPORT</output-node-connector>

operational:
<output-node-connector>4294967288</output-node-connector>



 Comments   
Comment by Peter Gubka [ 11/Jun/14 ]

Attachment f102.xml has been added with description: flow to be configured

Comment by Peter Gubka [ 11/Jun/14 ]

Attachment f102odb.xml has been added with description: operational details of the flow

Comment by Peter Gubka [ 11/Jun/14 ]

similar happens if
<output-node-connector>LOCAL</output-node-connector>
is to be configured

Comment by Christopher O'Shea [ 14/Jun/14 ]

I don't think this is a bug.

As
4294967288 to Hex = 0xFFFFFFF8 = OFPP_IN_PORT (As per the OF 1.3 Spec)
4294967294 to Hex = 0XFFFFFFFE = OFPP_LOCAL (As per the OF 1.3 Spec)

Comment by Martin Bobak [ 27/Jun/14 ]

This issue seems to be fixed by OPNFLWPLUG-121 please retest.

Comment by Peter Gubka [ 18/Jul/14 ]

bug not present in sn-bldsg.cisco.com/jenkins/job/ODL-OPENFLOW-run-regression-tests/772

Generated at Wed Feb 07 20:31:47 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.