From e7168df4eff0d377621c45deb32cfcfa72e0dd83 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 3 Oct 2004 20:11:32 +0000 Subject: Big vtysh cleanup. See changelogs for details. --- vtysh/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'vtysh/ChangeLog') diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index bca51bbc..5d8b7e44 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,28 @@ +2004-10-03 Hasso Tepper + + * vtsyh_main.c: Enter into enable node by default. Disable node doesn't + make sense if we don't have any authentication for enable. + * vtysh.c: Implement "show running-daemons" command. + * vtysh.c: Use either integrated conf or daemon conf not both. Move + configuration command into "service" level. + * vtysh.c: Remove "write ..." commands from other nodes than enable. + We have "do ..." extension for that. + * vtysh_config.c, vtysh.c: Integrate vtysh configuration into + integrated one. + * vtysh_config.c: Use FORWARD_NODE and SERVICE_NODE vty nodes. + * vtysh_config.c: Make "service" lines unique in integrated config. + * vtysh.c: Make "service password-encryption" command work in vtysh. + * vtysh_config.c, vtysh.c, Makefile.am, extract.pl.in: Introduce line + vty commands in vtysh. Parse lib/vty.c for commands, but ignore + commands that don't make sense in vtysh. Closes Bugzilla #104. + * vtysh.c: Make "[enable] password" commands work in vtysh. Behavior + is similar to "log" commands - vtysh just passes commands to all + daemons. + * vtysh_main.c, vtysh_config.c, vtysh.h: Remove any code dealing with + configuration files specified from command line. We read/write files + from/to system location only (ie. remove -f again). + * Makefile.am: Parse zebra/router-id.c. + 2004-09-26 Hasso Tepper * vtysh.c: Fix compiler warning. -- cgit v1.2.1