X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=renderers%2Fofoverlay%2Fsrc%2Fmain%2Fyang%2Fofoverlay.yang;h=5315e94938f160472d029215d1a95c998d92540e;hb=refs%2Fchanges%2F93%2F31593%2F8;hp=6edfca3327c12a424640ec42cc4d9deaa52a834e;hpb=36133fbd7247df9c6a1d1e512e49adeab8427cc9;p=groupbasedpolicy.git diff --git a/renderers/ofoverlay/src/main/yang/ofoverlay.yang b/renderers/ofoverlay/src/main/yang/ofoverlay.yang index 6edfca332..5315e9493 100644 --- a/renderers/ofoverlay/src/main/yang/ofoverlay.yang +++ b/renderers/ofoverlay/src/main/yang/ofoverlay.yang @@ -59,25 +59,24 @@ module ofoverlay { } } } + + uses initial-values; + } + + grouping initial-values { + description + "Initial value of table offset is set in config subsystem"; + leaf gbp-ofoverlay-table-offset { + description + "Used to offset pipeline to start at offset+1. Table0 is required. + This is to allow the enduser to configure where the GBP pipeline starts."; + type uint8; + } } grouping endpoint-location { description "The location for this endpoint in the overlay network"; - leaf location-type { - default internal; - type enumeration { - enum internal { - description - "The endpoint is located on a port that is part of - the overlay network. You must include the node - ID and port number for this endpoint."; - } - enum external { - description "This endpoint is not inside the overlay."; - } - } - } leaf node-id { description "The OpenFlow switch for the endpoint. Must be included