summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2020-04-22 13:33:20 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2024-01-29 14:52:35 +0100
commite3c62b2aeb869002051d06b2a76eaf539f96b176 (patch)
treea970a198c377942b990b0d4fda167fcaf932b8eb /yang
parent51cb6aee4b699d4f2fcf0f913a15cbbc6ff11598 (diff)
doc, yang, zebra: allow bandwidth up to 1 terabit/sec
Allow bandwidth up to 1000000 Mb/s (ie. 1 Tb/s) and document it. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com> Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-zebra.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang
index 564617103b..c338a23af0 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -2050,7 +2050,7 @@ module frr-zebra {
leaf bandwidth {
type uint32 {
- range "1..100000";
+ range "1..1000000";
}
units "megabits/sec";
description