blob: 701101ad5f60c4374149c685339fa2d3d5f0f100 [file] [log] [blame]
paul4fc01e62002-12-13 20:49:00 +000012002-09-30 Paul Jakma <paulzebra@rs250.org>
2
3 * vtysh.c: add 'write-config (integrated|daemon)' option
4 to specifiy whether write config commands should write
5 integrated Zebra.conf file and/or per daemon files.
6 Defaults to per daemon, unless this is turned off.
7
paul718e3742002-12-13 20:15:29 +000082002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
9
10 * zebra-0.93 released.
11
122001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
13
14 * zebra-0.92a released.
15
162001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
17
18 * zebra-0.92 released.
19
202001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
21
22 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
23 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
24
252001-02-15 Hideto Yamakawa <yamakawa@dml.com>
26
27 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
28
29 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
30
312001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
32
33 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
34
352001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
36
37 * vtysh.c: VTY shell pager name. When environment variable
38 VTYSH_PAGER is defined, use it as VTY shell pager.
39
402001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
41
42 * vtysh.c (vtysh_execute_func): Add pager argument for test of
43 pager invocation.
44
452001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
46
47 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
48
492001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
50
51 * vtysh.c (vtysh_client_config): Use sysconf to determine output
52 buffer size.
53 (vtysh_write_memory): Set umask 0077.
54 (vtysh_connect): Check permission to the socket.
55
562001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
57
58 * zebra-0.91 is released.
59
602001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
61
62 * vtysh.c (new_completion): Fix problem of appending space when
63 completion is executed.
64
652001-01-23 Akihiro Mizutani <mizutani@dml.com>
66
67 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
68
692001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
70
71 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
72 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
73
742001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
75
76 * zebra-0.90 is released.
77
782001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
79
80 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
81 Ranney" <mjr@ranney.com>
82
832000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
84
85 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
86
872000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
88
89 * vtysh.c (execute_command): Add two arguemnt support for
90 executing child process.
91 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
92
932000-10-23 Akihiro Mizutani <mizutani@dml.com>
94
95 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
96 saved without problem.
97
982000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
99
100 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
101 flag problem is fixed.
102
1032000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
104
105 * vtysh_user.c: Change to use linklist.c.
106
1072000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
108
109 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
110
111 * zebra-0.89 is released.
112
1132000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * vtysh_main.c: Declare thread master.
116
1172000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
118
119 * vtysh_main.c (main): Add missing --help procudure. Reported by
120 Patrick Rother <krd@roka.net>.
121
1222000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
123
124 * vtysh.c (DEFUNSH): "interface IFNAME" works.
125
1262000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * vtysh_user.c: Change name from vtysh_pam.c.
129
130 * vtysh.conf.sample: New file for vtysh configuration.
131
1322000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
133
134 * vtysh_pam.c (vtysh_pam): New file for PAM.
135
1362000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
137
138 * zebra-0.88 is released.
139
1402000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
141
142 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
143
144 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
145 backward compatibility.
146
1472000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
148
149 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
150 time.
151
1522000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * vtysh.c (signal_init): Ignore SIGPIPE signal.
155
1562000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * extract.pl: ALIAS command can be extracted by extract.pl.
159
1602000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * extract.pl: Fix scalar and array semantics.
163
164 * vtysh.c (vtysh_telnet): Add "telnet" client command.
165
1662000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
167
168 * vtysh.c (main): Add -e flag for passing command from arugment.
169 (vtysh_ping): Add "ping" command for test of command execution.
170 (init_node): Add "traceroute" command.
171 (vtysh_start_shell): Add "start-shell", "start-shell bash",
172 "start-shell zsh".
173 (sigint): Add check for execute_flag for avoid duplicate prompt.
174
1752000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * vtysh.c: New file for vty shell.
178 * vtysh.h: Likewise.
179 * extract.pl: Likewise.
180 * vtysh_cmd.c: Generate by extract.pl.