commit | 40a7956c2b7e6cd02dc15a2b34f5fb0b1c04e596 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 16 15:04:50 2022 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 16 15:05:18 2022 -0800 |
tree | 7b8a82453d628a035457763f0c8cb9991db6b695 | |
parent | 3b28ce04300fc25e4fd13a5f737883d9cd7e7f1d [diff] [blame] |
AETHER-3189 Update ids to be dns compliant: Change-Id: Ic03b51c62fb205a5505a15e743f93b0057f9b93b
diff --git a/config-models/aether-2.0.x/files/yang/onf-ip-domain.yang b/config-models/aether-2.0.x/files/yang/onf-ip-domain.yang index 9808674..dbd81ae 100755 --- a/config-models/aether-2.0.x/files/yang/onf-ip-domain.yang +++ b/config-models/aether-2.0.x/files/yang/onf-ip-domain.yang
@@ -6,7 +6,6 @@ belongs-to onf-enterprise { prefix ent; } import ietf-inet-types { prefix inet; } - import ietf-yang-types{ prefix yg; } import onf-aether-types { prefix at; } organization "Open Networking Foundation."; @@ -27,9 +26,7 @@ } typedef ip-domain-id { - type yg:yang-identifier { - length 1..32; - } + type at:aether-identifier; description "The typedef for ip-domain-id"; }