commit | bf6e7bb28d756618e6e721a90e1ec64f6490f2f1 | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Tue Aug 14 22:27:29 2018 -0400 |
committer | khenaidoo <knursimu@ciena.com> | Tue Aug 14 22:27:29 2018 -0400 |
tree | 9e3c147ce12a542568f7aba92fd17289f1f4b849 | |
parent | 7dfae95a70e8c04d8c7d7c90eb2caf3654778e33 [diff] [blame] |
[VOL-1158] Initial commit of grpc voltha service handler. Also add license to all files. Change-Id: I923a53504c74939c1db8177df6197694f2c2b3cd
diff --git a/protos/common.proto b/protos/common.proto index 4f9ea1e..aca0a36 100644 --- a/protos/common.proto +++ b/protos/common.proto
@@ -11,6 +11,10 @@ string id = 1; } +enum TestModeKeys { + api_test=0; +} + message LogLevel { option (yang_child_rule) = MOVE_TO_PARENT_LEVEL; @@ -21,6 +25,7 @@ WARNING = 2; ERROR = 3; CRITICAL = 4; + FATAL = 5; } }