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.yang9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index a15fe80d..775d851d 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -119,6 +119,13 @@ module gobgp {
reference "RFC5575";
}
+ identity L2VPN-FLOWSPEC {
+ base bgp-types:afi-safi-type;
+ description
+ "L2VPN flowspec (AFI,SAFI = 25,134)";
+ reference "draft-ietf-idr-flowspec-l2vpn-03";
+ }
+
identity OPAQUE {
base bgp-types:afi-safi-type;
description
@@ -743,7 +750,7 @@ module gobgp {
"Configures a file name to be written.";
}
leaf interval {
- type int64;
+ type uint64;
}
}
}