summaryrefslogtreecommitdiff
path: root/vtysh/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-26 22:21:31 +0000
committerhasso <hasso>2004-08-26 22:21:31 +0000
commit67e29abc5800ec77a3ee36add6adfe5fa8c38351 (patch)
tree73a93502607cac89fa3634997832b0068774fe53 /vtysh/ChangeLog
parent9a0962651b0837b5678da0ef88715ec438f9dcb5 (diff)
More vtysh fixes. Specifying configuration from command line works now.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r--vtysh/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog
index e73317d4..1903c7c2 100644
--- a/vtysh/ChangeLog
+++ b/vtysh/ChangeLog
@@ -1,4 +1,13 @@
-2004-08-26 Hasso Tepper <hasso@estpak.ee>
+2004-08-27 Hasso Tepper <hasso at quagga.net>
+
+ * vtysh.c: Enable using ssh from ENABLE_NODE.
+ * vtysh_config.c: Make enable password uniq lines appear only once in
+ configuration.
+ * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
+ searched configuration files from current directory. Add -f to
+ specify conf from command line.
+
+2004-08-26 Hasso Tepper <hasso at quagga.net>
* *.c: Cosmetical changes - strip long lines, fix multiline comments
style, indentation fixes, remove useless comments.