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/command.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/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index bc816dedea..1dcb232c32 100644 --- a/lib/command.c +++ b/lib/command.c @@ -4220,7 +4220,7 @@ install_default (enum node_type node) * * terminal = 0 -- vtysh / no logging, no config control * terminal = 1 -- normal daemon - * terminal = -1 -- watchquagga / no logging, but minimal config control */ + * terminal = -1 -- watchfrr / no logging, but minimal config control */ void cmd_init (int terminal) { |
