summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-01-06 20:07:41 +0700
committerGitHub <noreply@github.com>2017-01-06 20:07:41 +0700
commit7d53a49360ddceb16db34bc8a84039cb2ecab22c (patch)
treebfa796457c8cf922806e827dd87813bda9d00636 /lib/vty.c
parent07da32705431484fe18adabb59f5fef94a4fb339 (diff)
parentd8e4c43827fab188dcfd98fe18bc75d8479d723e (diff)
Merge pull request #41 from donaldsharp/quagga_to_frr
Quagga to frr - Rename of Quagga to FRR (FreeRangeRouting)
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index b25a4eeffd..5919e5220a 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2240,7 +2240,7 @@ vtysh_read (struct thread *thread)
if (ret == CMD_SUSPEND)
break;
- /* warning: watchquagga hardcodes this result write */
+ /* warning: watchfrr hardcodes this result write */
header[3] = ret;
buffer_put(vty->obuf, header, 4);