-
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.
Cronjob - daily check of IETF modules.
- Loading branch information
Miroslav Kovac
committed
Nov 22, 2024
1 parent
477bf02
commit 0ed58ad
Showing
4 changed files
with
860 additions
and
762 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 |
---|---|---|
|
@@ -3,7 +3,6 @@ module ietf-srv6-base { | |
|
||
namespace "urn:ietf:params:xml:ns:yang:ietf-srv6-base"; | ||
prefix srv6; | ||
|
||
import ietf-interfaces { | ||
prefix "if"; | ||
reference "RFC 8343: A YANG Data Model for Interface Management"; | ||
|
@@ -54,6 +53,7 @@ module ietf-srv6-base { | |
Editor: Jaganbabu Rajamanickam | ||
<maito:[email protected]> | ||
Editor: Xufeng Liu | ||
<mailto:[email protected]> | ||
|
@@ -99,9 +99,9 @@ module ietf-srv6-base { | |
This version of this YANG module is part of RFC XXXX; see the | ||
RFC itself for full legal notices."; | ||
|
||
// RFC Editor: replace XXXX with actual RFC number and remove | ||
// this note | ||
|
||
revision 2022-01-14 { | ||
description | ||
"Alignment with SRv6 network programming rev16"; | ||
|
@@ -286,7 +286,7 @@ module ietf-srv6-base { | |
description "Configure a SRv6 locator"; | ||
|
||
leaf name { | ||
type string; | ||
type srv6-types:srv6-locator-name-type; | ||
description "Locator name"; | ||
} | ||
|
||
|
@@ -438,6 +438,7 @@ module ietf-srv6-base { | |
} | ||
|
||
uses path-attrs-cmn; | ||
|
||
description "L3 information"; | ||
} | ||
uses path-out-sids-choice; | ||
|
@@ -486,6 +487,7 @@ module ietf-srv6-base { | |
} | ||
description "Type of SRv6 end behavior."; | ||
} | ||
|
||
leaf alloc-type { | ||
type srv6-types:sid-alloc-type; | ||
description | ||
|
@@ -529,7 +531,6 @@ module ietf-srv6-base { | |
|
||
grouping srv6-support-ends { | ||
description "SRv6 End behavior support grouping"; | ||
|
||
list end-behavior { | ||
key "type"; | ||
description "End behavior support"; | ||
|
@@ -626,7 +627,6 @@ module ietf-srv6-base { | |
list counters { | ||
key "type"; | ||
description "SRv6 counter support"; | ||
|
||
leaf type { | ||
type identityref { | ||
base srv6-types:srv6-counter-type; | ||
|
@@ -675,7 +675,6 @@ module ietf-srv6-base { | |
uses srv6-state-sid; | ||
} | ||
} | ||
|
||
/* Notifications */ | ||
|
||
grouping srv6-locator { | ||
|
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
Oops, something went wrong.