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 /vtysh/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 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 1cc1fb8f..e142f150 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -2,6 +2,8 @@ * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" -> "integrated-vtysh-config". + * vtysh/vtysh.c: Implement walkup in node tree for vtysh as it + already works in vty. 2005-01-10 Hasso Tepper <hasso at quagga.net> |