diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-04-04 16:12:59 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-04-04 16:12:59 +0200 |
| commit | 2a8e27afb8bbddeedb6eba2521a921ca1a510bd8 (patch) | |
| tree | 46ab1f70d5e09323f9c6c608dd7f0eddc7e39f5d /lib/memory_vty.c | |
| parent | 6b0275ac354993e56e043986efbc41d3d451beee (diff) | |
vtysh: handle "show modules" like "show memory"
Preface with line identifying which daemon it applies to.
[Also fixes a missed "plugin" -> "module" replace.]
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/memory_vty.c')
| -rw-r--r-- | lib/memory_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory_vty.c b/lib/memory_vty.c index 01a41fe02e..6d63bc2d53 100644 --- a/lib/memory_vty.c +++ b/lib/memory_vty.c @@ -121,7 +121,7 @@ DEFUN (show_modules, struct frrmod_runtime *plug = frrmod_list; vty_out (vty, "%-12s %-25s %s%s%s", - "Plugin Name", "Version", "Description", + "Module Name", "Version", "Description", VTY_NEWLINE, VTY_NEWLINE); while (plug) { |
