Add source mapping table and refactor/simplify flow table
[groupbasedpolicy.git] / groupbasedpolicy / src / main / yang / model / endpoint.yang
index bfb5a609d1e2eb8636520dbf217963e7619379c3..a7e7545f9abd57f68087c42cb53df908b7747aec 100644 (file)
@@ -28,9 +28,9 @@ module endpoint {
         description 
             "The fields that identify an endpoint by a layer 2 address";
         leaf l2-context {
-            type gbp-common:l2-context-id;
+            type gbp-common:l2-bridge-domain-id;
             description 
-                "The context for the layer 2 address for this endpoint";
+                "The bridge domain for the layer 2 address for this endpoint";
         }
         leaf mac-address {
             type yang:mac-address;