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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/user/zebra.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 9199404f3e..a80580ec71 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -184,10 +184,9 @@ Standard Commands Enable or disable multicast flag for the interface. -.. clicmd:: bandwidth (1-10000000) +.. clicmd:: bandwidth (1-1000000) - - Set bandwidth value of the interface in kilobits/sec. This is for + Set bandwidth value of the interface in Megabits/sec. This is for calculating OSPF cost. This command does not affect the actual device configuration. |
