* vtysh_config.c: Move password commands to the AAA_NODE. It
quarantees that they will appear after SERVICE_NODE to make sure
that encrypted passwords will work ("service password-encryption"
command).
[backport candidate]
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog
index 6822126..9d6d3c0 100644
--- a/vtysh/ChangeLog
+++ b/vtysh/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-09 Hasso Tepper <hasso at quagga.net>
+
+ * vtysh_config.c: Move password commands to the AAA_NODE. It
+ quarantees that they will appear after SERVICE_NODE to make sure
+ that encrypted passwords will work ("service password-encryption"
+ command).
+
2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* vtysh.h: Remove obsolete VTYSH_INDEX_* defines. Fix many prototypes