diff options
| author | Renato Westphal <renato@openbsd.org> | 2018-09-06 13:51:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-06 13:51:40 -0300 |
| commit | ccf811a32bffa9bc6e9567560701eb3c13552d59 (patch) | |
| tree | 5285dacd085277650eeb929b3709ad14c31640cf | |
| parent | f9ecc65d03852bbb0be5872d4e5c7aac40aa85ea (diff) | |
| parent | 1a5cad2e9a4399b491eeb637a416548bc2cdbb8b (diff) | |
Merge pull request #2984 from donaldsharp/ak503_eigrp
eigrp: opnional metric in 'no redistribute'
| -rw-r--r-- | eigrpd/eigrp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_vty.c b/eigrpd/eigrp_vty.c index 190c18777e..311fbce4ab 100644 --- a/eigrpd/eigrp_vty.c +++ b/eigrpd/eigrp_vty.c @@ -1085,7 +1085,7 @@ DEFUN (eigrp_redistribute_source_metric, DEFUN (no_eigrp_redistribute_source_metric, no_eigrp_redistribute_source_metric_cmd, "no redistribute " FRR_REDIST_STR_EIGRPD - " metric (1-4294967295) (0-4294967295) (0-255) (1-255) (1-65535)", + " [metric (1-4294967295) (0-4294967295) (0-255) (1-255) (1-65535)]", "Disable\n" REDIST_STR FRR_REDIST_HELP_STR_EIGRPD |
