diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 09:58:21 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 09:58:21 -0500 | 
| commit | 3b14d86eed3c042db718c7e006ca5299f473c88e (patch) | |
| tree | 4efde6b2d77f5229ace3375da3471b0db1daa695 /isisd/isis_redist.c | |
| parent | 0b0038b8bcf84beda44fb69a60b2620b0387d8e8 (diff) | |
| parent | 7d53a49360ddceb16db34bc8a84039cb2ecab22c (diff) | |
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'isisd/isis_redist.c')
| -rw-r--r-- | isisd/isis_redist.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_redist.c b/isisd/isis_redist.c index 045c7daa32..78014ce1df 100644 --- a/isisd/isis_redist.c +++ b/isisd/isis_redist.c @@ -544,7 +544,7 @@ DEFUN (isis_redistribute,         REDIST_STR         "Redistribute IPv4 routes\n"         "Redistribute IPv6 routes\n" -       QUAGGA_REDIST_HELP_STR_ISISD +       FRR_REDIST_HELP_STR_ISISD         "Redistribute into level-1\n"         "Redistribute into level-2\n"         "Metric for redistributed routes\n" @@ -615,7 +615,7 @@ DEFUN (no_isis_redistribute,         REDIST_STR         "Redistribute IPv4 routes\n"         "Redistribute IPv6 routes\n" -       QUAGGA_REDIST_HELP_STR_ISISD +       FRR_REDIST_HELP_STR_ISISD         "Redistribute into level-1\n"         "Redistribute into level-2\n")  {  | 
