]> git.puffer.fish Git - matthieu/frr.git/commit
Fix vtysh based "write term" output.
authorChris Caputo <ccaputo@alt.net>
Tue, 23 Jun 2009 05:55:57 +0000 (05:55 +0000)
committerPaul Jakma <paul@quagga.net>
Tue, 23 Jun 2009 13:23:26 +0000 (14:23 +0100)
commit6e79f8bba438823d84b7464a9acc1e6fc9126a27
tree5f9e004a78b0fddc59baf4e2666728837328fb52
parent2b35ae41c2c5d39801c943fa740c72fc15613141
Fix vtysh based "write term" output.

* vtysh/vtysh.c: "end" should be printed at the bottom, not the top.
* vtysh/vtysh_config.c: PROTOCOL_NODE was not being handled, and thus was
  being displayed at the top of a config, rather than in its rightful
  place near the bottom.

Signed-off-by: Chris Caputo <ccaputo@alt.net>
vtysh/vtysh.c
vtysh/vtysh_config.c