diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-06 20:07:41 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 20:07:41 +0700 |
| commit | 7d53a49360ddceb16db34bc8a84039cb2ecab22c (patch) | |
| tree | bfa796457c8cf922806e827dd87813bda9d00636 /lib/vty.c | |
| parent | 07da32705431484fe18adabb59f5fef94a4fb339 (diff) | |
| parent | d8e4c43827fab188dcfd98fe18bc75d8479d723e (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
