From f1ed39a6ae3acfa2d318c17604b3efc186ec6d06 Mon Sep 17 00:00:00 2001 From: Vishal Thapar Date: Wed, 25 Nov 2015 20:00:30 +0530 Subject: [PATCH 1/1] yang changes, PhysicalLocator and UcastMacsRemote 1. Added PhysicalLocator and UCastMacsRemote Update code. 2. Yang: Modified logical-switch-ref to correct type based on recent changes 3. Yang: Moved all mac attributes to Global node from PhysicalSwitch. Change-Id: I1a51ea9a4423144892488d9de6d01e7b5271d18b Signed-off-by: Vishal Thapar --- .../Ovsdb-HwvtepSouthbound-Collection.json.postman_collection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection b/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection index 7c98745706..45fd82f5f1 100755 --- a/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection +++ b/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection @@ -181,7 +181,7 @@ "id":"ee151670-85a0-30ec-b22b-5defe7b66e0b", "name":"Get Config Hwvtep Topology", "description":"Fetch the config hwvtep topology from configuration data store.", - "url":"http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/hwvtep:1/", + "url":"http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/", "method":"GET", "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n", "data":"{\n \"network-topology:node\": [\n {\n \"node-id\": \"hwvtep://{{hwvtepNodeIp}}:6640\",\n \"connection-info\": {\n \"hwvtep:remote-port\": 6640,\n \"hwvtep:remote-ip\": \"{{hwvtepNodeIp}}\"\n }\n }\n ]\n}", -- 2.36.6