Skip to content

Commit ba80375

Browse files
committed
[yang-models] Removing sonic-acl import from sonic-nat.yang
1 parent 48ba459 commit ba80375

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sonic-yang-models/yang-models/sonic-nat.yang

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ module sonic-nat {
77
prefix inet;
88
}
99

10-
import sonic-acl {
11-
prefix sacl;
12-
}
10+
// Comment sonic-acl import here until libyang back-links issue is resolved for ACL_TABLE leaf reference.
11+
// import sonic-acl {
12+
// prefix sacl;
13+
// }
1314

1415
import sonic-types {
1516
prefix stypes;

0 commit comments

Comments
 (0)