commit | 6e79f8bba438823d84b7464a9acc1e6fc9126a27 | [log] [tgz] |
---|---|---|
author | Chris Caputo <ccaputo@alt.net> | Tue Jun 23 05:55:57 2009 +0000 |
committer | Paul Jakma <paul@quagga.net> | Tue Jun 23 14:23:26 2009 +0100 |
tree | 5f9e004a78b0fddc59baf4e2666728837328fb52 | |
parent | 2b35ae41c2c5d39801c943fa740c72fc15613141 [diff] |
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>