diff options
author | hasso <hasso> | 2005-03-09 12:41:14 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-03-09 12:41:14 +0000 |
commit | 060d438cb1be51d2f7fb7954a8b7b1cd491f555f (patch) | |
tree | 275208fe82700e56a929d1a35a7f16256b155362 /vtysh/ChangeLog | |
parent | 220851816a699d9977702ea2b2501d4ede76e898 (diff) |
* 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]
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 6822126e..9d6d3c09 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 |