Skip to content

Commit

Permalink
[ACL] Fix acl table type doc (#1510)
Browse files Browse the repository at this point in the history
The bind point name is PORTCHANNEL
  • Loading branch information
stepanblyschak committed Nov 14, 2023
1 parent af0d369 commit 3dbbee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/acl/ACL-Table-Type-HLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ match = 1*64VCHAR
match-list = [1-max-matches]*match
action = 1*64VCHAR
action-list = [1-max-actions]*action
bind-point = port/lag
bind-point = port/portchannel
bind-points-list = [1-max-bind-points]*bind-point
```

Expand All @@ -119,7 +119,7 @@ Example:
],
"BIND_POINTS": [
"PORT",
"LAG"
"PORTCHANNEL"
]
}
},
Expand Down Expand Up @@ -168,7 +168,7 @@ container ACL_TABLE_TYPE {
mandatory true;
type enumeration {
enum PORT;
enum LAG;
enum PORTCHANNEL;
}
}
}
Expand Down

0 comments on commit 3dbbee2

Please sign in to comment.