diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-05-18 12:33:50 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-05-18 12:33:50 +0200 |
| commit | 20ae26767d46289ad843e2ad87e93fafcf8bebc7 (patch) | |
| tree | e92c72a3ff0c049afecd0e3c57cca5c7c1e6ba7d /eigrpd | |
| parent | c3fb7c1064a2d1c6b36032e90557ff5d89e29924 (diff) | |
| parent | a108e6e40d85089fe4e46197c0ae3135a12ab2fb (diff) | |
Merge branch 'frr/pull/567'
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'eigrpd')
| -rw-r--r-- | eigrpd/eigrp_vty.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eigrpd/eigrp_vty.c b/eigrpd/eigrp_vty.c index 5694ca49f9..c6ff7b5a80 100644 --- a/eigrpd/eigrp_vty.c +++ b/eigrpd/eigrp_vty.c @@ -646,7 +646,8 @@ DEFUN (no_eigrp_if_delay, DEFUN (eigrp_if_bandwidth, eigrp_if_bandwidth_cmd, - "bandwidth (1-10000000)", + "eigrp bandwidth (1-10000000)", + "EIGRP specific commands\n" "Set bandwidth informational parameter\n" "Bandwidth in kilobits\n") { @@ -671,8 +672,9 @@ DEFUN (eigrp_if_bandwidth, DEFUN (no_eigrp_if_bandwidth, no_eigrp_if_bandwidth_cmd, - "no bandwidth [(1-10000000)]", + "no eigrp bandwidth [(1-10000000)]", NO_STR + "EIGRP specific commands\n" "Set bandwidth informational parameter\n" "Bandwidth in kilobits\n") { |
