diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-09-02 00:53:59 +0100 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-09-02 00:53:59 +0100 |
commit | 3690074a486cfada568975e287d9cbb9e687501f (patch) | |
tree | f6394c1ab1ca8381e9a77acca84f03dc701d10b2 /lib/vty_cli.h | |
parent | 3f515315d5b17e432453eef67d7ac9e27bc39461 (diff) | |
download | quagga-3690074a486cfada568975e287d9cbb9e687501f.tar.bz2 quagga-3690074a486cfada568975e287d9cbb9e687501f.tar.xz |
Merging of euro_ix branch into pipework.
Bring in fixes for bgp dumping with pthreaded BGP Engine.
Bring in new "show nexus xxx" command.
Fix removal of '~' prompt.
Diffstat (limited to 'lib/vty_cli.h')
-rw-r--r-- | lib/vty_cli.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vty_cli.h b/lib/vty_cli.h index ec00965a..e366ecdf 100644 --- a/lib/vty_cli.h +++ b/lib/vty_cli.h @@ -95,9 +95,7 @@ struct vty_cli bool drawn ; bool tilde_prompt ; -#if 0 bool tilde_enabled ; -#endif int prompt_len ; int extra_len ; |