Skip to content

Commit 4cadeb2

Browse files
committed
Deprecate source/destination flow-label and add single flow-label leaf
* (M) release/models/acl/openconfig-packet-match.yang - Deprecate source-flow-label and destination-flow-label - Add flow-label leaf to ipv6-protocol-fields-config grouping - Bump openconfig-version to 2.4.0
1 parent 87b1f8d commit 4cadeb2

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

release/models/acl/openconfig-packet-match.yang

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ module openconfig-packet-match {
3131
wildcard ('any') for that field.";
3232

3333

34-
oc-ext:openconfig-version "2.3.0";
34+
oc-ext:openconfig-version "2.4.0";
35+
36+
revision "2026-05-11" {
37+
description
38+
"Deprecate source/destination flow-label definitions and replace
39+
with single IPv6 flow-label leaf.";
40+
reference "2.4.0";
41+
}
3542

3643
revision "2026-03-25" {
3744
description
@@ -416,8 +423,13 @@ module openconfig-packet-match {
416423

417424
leaf source-flow-label {
418425
type oc-inet:ipv6-flow-label;
426+
status deprecated;
419427
description
420-
"Source IPv6 Flow label.";
428+
"Source IPv6 Flow label.
429+
430+
Deprecated: use flow-label instead. The IPv6 header contains a
431+
single flow-label field; there is no distinct source or
432+
destination flow-label.";
421433
}
422434

423435
leaf destination-address {
@@ -437,9 +449,20 @@ module openconfig-packet-match {
437449
}
438450

439451
leaf destination-flow-label {
452+
type oc-inet:ipv6-flow-label;
453+
status deprecated;
454+
description
455+
"Destination IPv6 Flow label.
456+
457+
Deprecated: use flow-label instead. The IPv6 header contains a
458+
single flow-label field; there is no distinct source or
459+
destination flow-label.";
460+
}
461+
462+
leaf flow-label {
440463
type oc-inet:ipv6-flow-label;
441464
description
442-
"Destination IPv6 Flow label.";
465+
"IPv6 Flow label.";
443466
}
444467

445468
uses ip-protocol-fields-common-config;

0 commit comments

Comments
 (0)