Skip to content

Commit

Permalink
Add mount-point type (#1168)
Browse files Browse the repository at this point in the history
* add mount-point type
  • Loading branch information
dplore authored Sep 24, 2024
1 parent 16df0a6 commit 03f1c1f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion release/models/system/openconfig-system.yang
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ module openconfig-system {
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";

oc-ext:openconfig-version "2.2.0";
oc-ext:openconfig-version "2.3.0";

revision "2024-09-24" {
description
"Added mount-point type leaf to describe the type of file system.";
reference "2.3.0";
}

revision "2024-08-13" {
description
Expand Down Expand Up @@ -420,6 +426,14 @@ module openconfig-system {
description
"The amount of space currently in use on the filesystem.";
}

leaf type {
type string;
description
"A human readable string indicating the filesystem type used
for storage. Examples might include flash, hard disk, tmpfs/ramdisk
or remote/network based storage.";
}
}

grouping system-global-state {
Expand Down

0 comments on commit 03f1c1f

Please sign in to comment.