diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-04 01:13:44 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-04 01:13:44 +0000 |
| commit | ccb8e0c7fb7cae7151fff87005ddd6a67e5e833c (patch) | |
| tree | 9e0a5a472f775416aa899772d182a603d5a48870 /ospf6d/ospf6_interface.c | |
| parent | 5daa3e5e599faae335d2298b68c1503d9bbfa6b2 (diff) | |
ospfd, ospf6d, ripd: Fix miscellaneous syntax errors
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 27788745d0..3d65afc035 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -1300,7 +1300,7 @@ DEFUN (auto_cost_reference_bandwidth, DEFUN (no_auto_cost_reference_bandwidth, no_auto_cost_reference_bandwidth_cmd, - "no auto-cost reference-bandwidth [1-4294967]", + "no auto-cost reference-bandwidth [(1-4294967)]", NO_STR "Calculate OSPF interface cost according to bandwidth\n" "Use reference bandwidth method to assign OSPF cost\n" |
