From 16082511f5d005a95f72636aa91e15e6ff1182c6 Mon Sep 17 00:00:00 2001 From: Shashidhar Raja Date: Thu, 3 Nov 2016 17:52:03 +0530 Subject: [PATCH] Corrected data type for "src-mac" in hwvtep.yang Change-Id: I6c866000dc527cb24890a05890793a2deed5a664 Signed-off-by: Shashidhar Raja --- hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtep.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtep.yang b/hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtep.yang index acd146ad2..8f62a339c 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtep.yang +++ b/hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtep.yang @@ -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; } -- 2.36.6