[CONTROLLER-83] Restconf not populating all fields for PUT Created: 09/Dec/13 Updated: 25/Jul/23 Resolved: 09/Dec/13 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | restconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Ed Warnicke | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| Description |
|
This is against: https://git.opendaylight.org/gerrit/#/c/3451/2 (openflowplugin side) Build the controller Run distribution/base/target/../run.sh -debug From POSTMAN: Content-Type: application/xml Accept: application/xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> When I place a breakpoint in FlowTransaction.java function addFlow Flow [_id=null, _key=FlowKey [_id=null], _barrier=false, _bufferId=null, _containerName=null, _cookieMask=10, _flags=null, _flowName=FooXf1, _installHw=false, _instructions=Instructions [_instruction=[Instruction [_order=null, _key=InstructionKey [_order=null], _instruction=null]]], _match=Match [_ethernetMatch=EthernetMatch [_ethernetDestination=null, _ethernetSource=null, _ethernetType=EthernetType [_type=null, _mask=null]], _icmpv4Match=null, _icmpv6Match=null, _inPhyPort=null, _inPort=null, _ipMatch=null, _layer3Match=null, _layer4Match=null, _metadata=null, _protocolMatchFields=null, _tunnel=null, _vlanMatch=null], _outGroup=2, _outPort=10, _strict=false, _cookie=10, _hardTimeout=12, _idleTimeout=34, _priority=2, _tableId=2] Note: Flow [_id=null, Please also note: this flow was captured from running mdAddFlow openflow:1 f1 successfully at the commandline... so it was the result of reading a valid Flow that had travered the FlowTransaction and gotten to the switch. |