Fix "unknown-dst" Exception
authorPeng Zhang <pzhang@ctbri.com.cn>
Wed, 9 Dec 2015 10:57:37 +0000 (18:57 +0800)
committerPeng Zhang <pzhang@ctbri.com.cn>
Thu, 10 Dec 2015 02:56:12 +0000 (10:56 +0800)
commit7926566c3af28cd658162809a9c279c6819f8efb
treede0ad04c7592ec878d4f426b05c3bd4c36d0970d
parentb3b9fb31cb147b9b774aeb059c7434c3617976d8
Fix "unknown-dst" Exception

Since the type of mac-entry-key is yang:mac and does not accept "unknown-dst",
use "00:00:00:00:00:00" instead of "unknown-dst".

PatchSet 2:
1. change according review comments
2. delete unused "locator-set-ref" in hwvtep.yang

PatchSet 3:
1. rebase on "Cleanup on Hwvtepsouthbound"

Change-Id: I46258fc749bc0df5608010c0fb76e4c3319dc74f
Signed-off-by: Peng Zhang <pzhang@ctbri.com.cn>