-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1484 from yang-catalog/main
Cronjob - daily update of yang files.
- Loading branch information
Showing
4 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module example-adm { | ||
yang-version 1.1; | ||
namespace "ari:/example-adm"; | ||
prefix example-adm; | ||
|
||
import ietf-amm { | ||
prefix amm; | ||
} | ||
|
||
organization "Example Org."; | ||
description "Example module."; | ||
amm:enum "4294967296"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ module ietf-notification-sequencing { | |
<mailto:[email protected]> | ||
Alex Huang Feng | ||
<mailto:[email protected]>"; | ||
|
||
description | ||
"Defines NETCONF Event Notification structure with the sysName and | ||
the sequenceNumber. | ||
|
@@ -66,7 +67,7 @@ module ietf-notification-sequencing { | |
"IP address or a DNS domain name from the server from which | ||
the message was published."; | ||
} | ||
leaf publisherId { | ||
leaf messagePublisherId { | ||
type uint32; | ||
mandatory true; | ||
description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters