Skip to content

Commit 739d5f7

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.3.0
1 parent f87db50 commit 739d5f7

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.2.0";
34+
oc-ext:openconfig-version "2.3.0";
35+
36+
revision "2026-03-20" {
37+
description
38+
"Deprecate source/destination flow-label definitions and replace
39+
with single IPv6 flow-label leaf.";
40+
reference "2.3.0";
41+
}
3542

3643
revision "2025-06-10" {
3744
description
@@ -410,8 +417,13 @@ module openconfig-packet-match {
410417

411418
leaf source-flow-label {
412419
type oc-inet:ipv6-flow-label;
420+
status deprecated;
413421
description
414-
"Source IPv6 Flow label.";
422+
"Source IPv6 Flow label.
423+
424+
Deprecated: use flow-label instead. The IPv6 header contains a
425+
single flow-label field; there is no distinct source or
426+
destination flow-label.";
415427
}
416428

417429
leaf destination-address {
@@ -431,9 +443,20 @@ module openconfig-packet-match {
431443
}
432444

433445
leaf destination-flow-label {
446+
type oc-inet:ipv6-flow-label;
447+
status deprecated;
448+
description
449+
"Destination IPv6 Flow label.
450+
451+
Deprecated: use flow-label instead. The IPv6 header contains a
452+
single flow-label field; there is no distinct source or
453+
destination flow-label.";
454+
}
455+
456+
leaf flow-label {
434457
type oc-inet:ipv6-flow-label;
435458
description
436-
"Destination IPv6 Flow label.";
459+
"IPv6 Flow label.";
437460
}
438461

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

0 commit comments

Comments
 (0)