Mass-convert all compontents to use -no-zone addresses
[bgpcep.git] / bgp / openconfig-api / src / main / yang / odl-bgp-policy.yang
index ea43d2fd29d157996a52d09c4ccd60465cccd13f..10137c63850f5916a47c106a1b47ad8bd3bdef0d 100644 (file)
@@ -164,7 +164,7 @@ module odl-bgp-policy {
             }
 
             leaf-list originator-id {
-                type inet:ipv4-address;
+                type inet:ipv4-address-no-zone;
                 description
                 "List of role expressions that are part of the set";
             }
@@ -303,7 +303,7 @@ module odl-bgp-policy {
             description "action to prepend Originator Id if non Originator Id is present. If no Originator Id"
             + "is defined, local Originator Id is used.";
             leaf originator-id {
-                type inet:ipv4-address;
+                type inet:ipv4-address-no-zone;
                 description "Originator Id";
             }
         }