Skip to content

Commit

Permalink
revise type to a string
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 22, 2024
1 parent bc2529c commit ca83749
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions release/models/system/openconfig-system.yang
Original file line number Diff line number Diff line change
Expand Up @@ -386,23 +386,11 @@ module openconfig-system {
}

leaf type {
type enumeration {
enum FLASH {
description
"The storage type for the mount point is flash memory
based.";
}
enum HDD {
description
"The storage type for the mount point is hard disk
based.";
}
enum NETWORK {
description
"The storage type for the mount point is a remotely
connected network storage.";
}
}
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.";
}
}

Expand Down

0 comments on commit ca83749

Please sign in to comment.