diff options
author | hasso <hasso> | 2005-01-23 21:42:25 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-01-23 21:42:25 +0000 |
commit | 13bfca7a1059a73a836f4813170f296a82266211 (patch) | |
tree | b22e29cb43472038769502685209badf3302e7dd /lib/ChangeLog | |
parent | 90b4214727b4e109a87bc99f9dfb4686e0c0a8b2 (diff) |
* lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will
use it as well.
* vtysh/vtysh.c: Implement walkup in node tree for vtysh as it already
works in vty.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d17d7e08..e3b7d377 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-01-23 Hasso Tepper <hasso at quagga.net> + + * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will + use it as well. + 2005-01-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * log.h: Test for SA_SIGINFO to see whether zlog_signal takes final |