[VPNSERVICE-46] Setting vlan id for termination end point not working Created: 08/Feb/16  Updated: 19/Oct/17  Resolved: 09/Feb/16

Status: Verified
Project: vpnservice
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Faseela K Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Severity: normal
External issue ID: 5267

 Description   

When a tunnel end point is configured with vlan tag, it is not configuring the tunnel related information on OVS, and only vlan related information is persisted.



 Comments   
Comment by Faseela K [ 09/Feb/16 ]

Tunnels can be confugred with vlanTags using the below json :
{
"interface": [

{ "enabled": "true", "odl-interface:datapath-node-identifier": "1", "description": "vxlan port", "name": "s1-vxlan1", "type": "iana-if-type:tunnel", "vlan-id":1000, "odl-interface:internal":"true", "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan", "odl-interface:tunnel-source": 192.168.56.101, "odl-interface:tunnel-destination": 192.168.56.102 }

]
}

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