]> git.proxmox.com Git - mirror_frr.git/commit - lib/ChangeLog
* command.[ch], vty.c: cmd_execute_command() function must not attempt
authorhasso <hasso>
Sun, 16 Jan 2005 23:31:54 +0000 (23:31 +0000)
committerhasso <hasso>
Sun, 16 Jan 2005 23:31:54 +0000 (23:31 +0000)
commit87d683b071dc7abfb30b666960ec480e64e19ce4
treeec56b3ce34f6871c4b3687681df2b97aa38da57a
parentb854038bd03e6c54b46d35bf4e40d0f39e30dfde
* command.[ch], vty.c: cmd_execute_command() function must not attempt
  to walk up in the node tree if called from vtysh. Different daemons
  might have commands with same syntax in different nodes (for example
  "router-id x.x.x.x" commands in zebra/ospfd/ospf6d daemons).

* vtysh.c: Reflect changes in lib. cmd_execute_command() should know
  now that it's called from vtysh and must not attempt to walk up in
  the node tree.

[pullup candidate]
lib/ChangeLog
lib/command.c
lib/command.h
lib/vty.c
vtysh/ChangeLog
vtysh/vtysh.c