Corrected data type for "src-mac" in hwvtep.yang 83/47883/1
authorShashidhar Raja <shashidharr@altencalsoftlabs.com>
Thu, 3 Nov 2016 12:22:03 +0000 (17:52 +0530)
committerShashidhar Raja <shashidharr@altencalsoftlabs.com>
Thu, 3 Nov 2016 12:35:12 +0000 (18:05 +0530)
Change-Id: I6c866000dc527cb24890a05890793a2deed5a664
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtep.yang

index acd146ad2f725b35e2bab4fb8cb1065699439f43..8f62a339c10dfc4edc1b1286021bcc156289492b 100644 (file)
@@ -486,7 +486,7 @@ module hwvtep {
         }
         leaf src-mac {
             description "Source mac to be used by given tep";
-            type inet:ip-address;
+            type yang:mac-address;
         }
         uses hwvtep-physical-locator-attributes;
     }