]> git.proxmox.com Git - mirror_frr.git/commit
2005-03-08 Jeroen Massar <jeroen@unfix.org>
authorpaul <paul>
Tue, 8 Mar 2005 10:43:43 +0000 (10:43 +0000)
committerpaul <paul>
Tue, 8 Mar 2005 10:43:43 +0000 (10:43 +0000)
commit3b0c5d9a56560cfbfb1a8f5b9e6cc71025eb5490
treea4b9c7506cb74223635135902e0479fda0b46fe2
parentc3d26c72982bc95906afb58fb46f1268bc915a3b
2005-03-08 Jeroen Massar <jeroen@unfix.org>

* 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
lib/command.c
lib/command.h
lib/vty.c