-
Notifications
You must be signed in to change notification settings - Fork 656
/
openconfig-gnsi.yang
40 lines (30 loc) · 983 Bytes
/
openconfig-gnsi.yang
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module openconfig-gnsi {
yang-version "1";
prefix "oc-gnsi";
namespace "http://openconfig.net/yang/gnsi";
import openconfig-extensions { prefix oc-ext; }
import openconfig-system-grpc { prefix oc-grpc; }
organization
"OpenConfig Working Group";
contact
"OpenConfig working group
netopenconfig@googlegroups.com";
description
"This module defines a set of extensions that provide gNSI (the gRPC
Network Security Interface) specific extensions to the OpenConfig data models.
Specifically, the parameters for the configuration of the service, and
configuration and state are added.
The gNSI protobufs and documentation are published at
https://github.com/openconfig/gnsi.";
oc-ext:openconfig-version "0.1.0";
revision 2024-02-13 {
description
"Initial revision.";
reference "0.1.0";
}
identity GNSI {
base "oc-grpc:GRPC_SERVICE";
description
"gNSI: gRPC Network Security Interface";
}
}