Added enum OC_COMPRESS to Clixon yang.

This commit is contained in:
Kristofer Hallin 2021-10-15 13:54:44 +02:00
parent aeff754110
commit 2f56357adb
No known key found for this signature in database
GPG key ID: 5A2B21943DE5C500

View file

@ -1,3 +1,4 @@
module clixon-config { module clixon-config {
yang-version 1.1; yang-version 1.1;
namespace "http://clicon.org/config"; namespace "http://clicon.org/config";
@ -247,6 +248,9 @@ module clixon-config {
enum HIDE{ enum HIDE{
description "Keywords on non-key variables and hide container around lists: a <x> y <y>"; description "Keywords on non-key variables and hide container around lists: a <x> y <y>";
} }
enum OC_COMPRESS{
description "See: https://github.com/openconfig/ygot/blob/master/docs/design.md#openconfig-path-compression";
}
} }
} }
typedef nacm_mode{ typedef nacm_mode{