diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-02-02 12:51:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-02 12:51:35 -0500 |
| commit | 3d57f0439533f415b0ab1c95e5fed15e099a32c3 (patch) | |
| tree | a6b7a68a2b17eb3c4f3aded966cba85c83ed6b54 /zebra/zebra_cli.c | |
| parent | 080054686fbfb30272106c5a18cf0f984cfb818f (diff) | |
| parent | 42c1652dcb744d41178df1f5acad1e0d10cdf42b (diff) | |
Merge pull request #10151 from pguibert6WIND/ensure_routing_protocols_good_bw
zebra: avoid having speed set to UINT32_MAX
Diffstat (limited to 'zebra/zebra_cli.c')
| -rw-r--r-- | zebra/zebra_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_cli.c b/zebra/zebra_cli.c index 76b2df157e..8fedcfedc0 100644 --- a/zebra/zebra_cli.c +++ b/zebra/zebra_cli.c @@ -194,7 +194,7 @@ static void lib_interface_zebra_enabled_cli_write(struct vty *vty, DEFPY_YANG (bandwidth_if, bandwidth_if_cmd, - "[no] bandwidth ![(1-100000)]$bw", + "[no] bandwidth ![(1-1000000)]$bw", NO_STR "Set bandwidth informational parameter\n" "Bandwidth in megabits\n") |
