summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/pyang_plugins/gobgp.yang5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index 44a36299..a4f8e335 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -909,6 +909,11 @@ module gobgp {
base ptypes:install-protocol-type;
}
}
+ leaf version {
+ type uint8;
+ description
+ "Configure version of zebra protocol. Default is 2. Supported up to 3.";
+ }
}
grouping zebra-set {