Skip to content

Commit

Permalink
Merge pull request #1801 from arista-hpandya/update-yang-model-docume…
Browse files Browse the repository at this point in the history
…ntation

Updated YANG guidelines to use sonic-net instead of Azure in namespace
  • Loading branch information
wen587 authored Sep 12, 2024
2 parents 361f856 + 1ae9676 commit 81e8f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/mgmt/SONiC_YANG_Model_Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ module sonic-acl {
}
```

### 3. Define namespace as "http://github.com/Azure/{model-name}".
### 3. Define namespace as "http://github.com/sonic-net/{model-name}".

Example :
#### YANG
```yang
module sonic-acl {
namespace "http://github.com/Azure/sonic-acl";
namespace "http://github.com/sonic-net/sonic-acl";
.....
.....
}
Expand Down Expand Up @@ -783,7 +783,7 @@ module sonic-port {

```yang
module sonic-acl {
namespace "http://github.com/Azure/sonic-acl";
namespace "http://github.com/sonic-net/sonic-acl";
prefix sacl;
yang-version 1.1;
Expand Down

0 comments on commit 81e8f67

Please sign in to comment.