Commits
paul authored 789f78ac5a5
1 1 | 2006-01-17 Paul Jakma <paul.jakma@sun.com> |
2 2 | |
3 3 | * md5.{c,h}: (md5_loop) Is better off taking a void * and doing |
4 4 | cast to byte wise type internally, avoids needs for casts |
5 5 | in users. |
6 + | * vty.c: (no_terminal_monitor_cmd) New ALIAS for |
7 + | terminal_no_monitor, in the more normal negating format, |
8 + | to be kind to my fingers. |
9 + | (vty_init) install new ALIAS. |
6 10 | |
7 11 | 2006-01-16 Paul Jakma <paul.jakma@sun.com> |
8 12 | |
9 13 | * zclient.h: Update the Zserv protocol header with a version |
10 14 | field. Define the old command field to be a 'marker', to |
11 15 | allow old Zserv and updated Zserv to be differentiated. |
12 16 | Future updates will bump the version field obviously. New |
13 17 | command field is made wider. Try to stop using the |
14 18 | 'zebra_size_t' typedef in the callbacks. |
15 19 | * zclient.c: Update to read/write new format header. |