openconfig / public

Repository for publishing OpenConfig models, documentation, and other material for the community.
Apache License 2.0
875 stars 643 forks source link

Possible missing oc-acl prefix in openconfig-acl #264

Open marcusyuri opened 4 years ago

marcusyuri commented 4 years ago

< uses oc-pkt-match:ethernet-header-top { < when "../../config/type='oc-acl:ACL_L2'" {

    uses oc-match:ethernet-header-top {
      when "../../config/type='ACL_L2'" {

393,394c393,394 < uses oc-pkt-match:ipv4-protocol-fields-top { < when "../../config/type='oc-acl:ACL_IPV4'" {

    uses oc-match:ipv4-protocol-fields-top {
      when "../../config/type='ACL_IPV4'" {

400,401c400,401 < uses oc-pkt-match:ipv6-protocol-fields-top { < when "../../config/type='oc-acl:ACL_IPV6'" {

    uses oc-match:ipv6-protocol-fields-top {
      when "../../config/type='ACL_IPV6'" {

407,409c407,409 < uses oc-pkt-match:transport-fields-top { < when "../../config/type='oc-acl:ACL_IPV6' or " + < "../../config/type='oc-acl:ACL_IPV4'" {

    uses oc-match:transport-fields-top {
      when "../../config/type='ACL_IPV6' or " +
        "../../config/type='ACL_IPV4'" {
github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.