Skip to content

Commit

Permalink
Support a new ACL table type called L3V4V6.
Browse files Browse the repository at this point in the history
This table supports both v4 and v6 Match types.

HLD: sonic-net/SONiC#1267

Signed-off-by: Ravi(Marvell) rck@innovium.com
  • Loading branch information
rck-innovium committed Apr 14, 2023
1 parent 22f82b4 commit 542e043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/yang/sonic/sonic-acl.yang
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module sonic-acl {
enum MIRRORV6;
enum L3;
enum L3V6;
enum L3V4V6;
}
}

Expand Down

0 comments on commit 542e043

Please sign in to comment.