diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-03-29 14:22:37 +0100 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-03-29 14:22:37 +0100 |
commit | 7e666be965b3ac61b05ccdeca2b61902bc26e172 (patch) | |
tree | dc4c1b7985b1aa3dfd16b59c70567f62ab535fd6 /lib/command.c | |
parent | f9956b9524ddafdb9d0cec042213eaa8229aad8c (diff) | |
parent | e20f7ccd9e110fcd5deb945f8d23922efd8b0822 (diff) | |
download | quagga-ex16p.tar.bz2 quagga-ex16p.tar.xz |
Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16p
This ensures that the two branches are consistent after the merging
of the old-Quagga 0.99.18 changes.
Release: 0.99.18ex16p.
Eliminated some whitespace differences !
Collected RESTRICTED_NODE show_bgp_ipv6_safi_route_cmd and
show_bgp_ipv6_safi_prefix_cmd, and one HAVE_IPV6 skip. Also releasing
filename in closezlog().
Removed strlen() from lib/qfstring.c for async-signal-safe purposes.
Diffstat (limited to 'lib/command.c')
-rw-r--r-- | lib/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 1fc85344..4057bcfc 100644 --- a/lib/command.c +++ b/lib/command.c @@ -54,7 +54,7 @@ Boston, MA 02111-1307, USA. */ vector node_vector = NULL ; /*============================================================================== - * Default motd string. + * Default motd string and debug hello message. */ static const char* default_motd = "\n" @@ -2285,6 +2285,7 @@ cmd_init (bool terminal) install_element (RESTRICTED_NODE, &show_thread_cpu_cmd); install_element (VIEW_NODE, &show_thread_cpu_cmd); install_element (ENABLE_NODE, &show_thread_cpu_cmd); + install_element (ENABLE_NODE, &clear_thread_cpu_cmd); install_element (VIEW_NODE, &show_work_queues_cmd); install_element (ENABLE_NODE, &show_work_queues_cmd); |