From 3b0c5d9a56560cfbfb1a8f5b9e6cc71025eb5490 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 8 Mar 2005 10:43:43 +0000 Subject: 2005-03-08 Jeroen Massar * vty.c: (vty_hello) display motd file, if set * command.h: add char *motdfile to struct host * command.c: (config_write_host) write out motdfile config (banner_motd_file_cmd) new command, allow motd to be read from file. (no_banner_motd_cmd) free motdfile string, if needs be. (cmd_init) init (struct host).motdfile. Add new motd file commands. --- lib/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index d57aa302..3b60e294 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-03-08 Jeroen Massar + + * vty.c: (vty_hello) display motd file, if set + * command.h: add char *motdfile to struct host + * command.c: (config_write_host) write out motdfile config + (banner_motd_file_cmd) new command, allow motd to be read from + file. + (no_banner_motd_cmd) free motdfile string, if needs be. + (cmd_init) init (struct host).motdfile. Add new motd file + commands. + 2005-03-07 Michael Sandee * command.c: host.name might be NULL. -- cgit v1.2.1