summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins/gobgp.yang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r--tools/pyang_plugins/gobgp.yang11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index fda3dc2c..0829bee3 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -920,6 +920,11 @@ module gobgp {
description "TTL value for BGP packets";
type uint8;
}
+
+ leaf bind-interface {
+ description "Interface name for binding.";
+ type string;
+ }
}
augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:timers/bgp:config" {
@@ -1239,6 +1244,12 @@ module gobgp {
"Configure MPLS label range size which will be requested to
FRR/Zebra.";
}
+ leaf software-name {
+ type string;
+ description
+ "Configure zebra software name.
+ quagga, frr3, frr4, frr5, frr6, frr7 can be used.";
+ }
}
grouping zebra-set {