From 7280d4202f881cb644479698b524e943185576a5 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Fri, 2 Jul 2010 10:50:57 +0000 Subject: [PATCH] [packages] quagga-unstable: Add some missing vty newlines git-svn-id: svn://svn.openwrt.org/openwrt/packages@22045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/quagga-unstable/patches/002-quagga_manet.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/net/quagga-unstable/patches/002-quagga_manet.patch b/net/quagga-unstable/patches/002-quagga_manet.patch index d76acb137..d2a30c50b 100644 --- a/net/quagga-unstable/patches/002-quagga_manet.patch +++ b/net/quagga-unstable/patches/002-quagga_manet.patch @@ -707,6 +707,24 @@ first = 0; } vty_show_ip_route (vty, rn, rib); +@@ -872,7 +878,7 @@ DEFUN (show_ip_route_prefix_longer, + if (first) + { + vty_out (vty, SHOW_ROUTE_V4_HEADER, VTY_NEWLINE, +- VTY_NEWLINE, VTY_NEWLINE); ++ VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE); + first = 0; + } + vty_show_ip_route (vty, rn, rib); +@@ -911,7 +917,7 @@ DEFUN (show_ip_route_supernets, + if (first) + { + vty_out (vty, SHOW_ROUTE_V4_HEADER, VTY_NEWLINE, +- VTY_NEWLINE, VTY_NEWLINE); ++ VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE); + first = 0; + } + vty_show_ip_route (vty, rn, rib); @@ -922,7 +928,7 @@ DEFUN (show_ip_route_supernets, DEFUN (show_ip_route_protocol, @@ -745,6 +763,15 @@ else { vty_out (vty, "Unknown route type%s", VTY_NEWLINE); +@@ -971,7 +983,7 @@ DEFUN (show_ip_route_protocol, + { + if (first) + { +- vty_out (vty, SHOW_ROUTE_V4_HEADER, ++ vty_out (vty, SHOW_ROUTE_V4_HEADER, VTY_NEWLINE, + VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE); + first = 0; + } @@ -1560,7 +1572,10 @@ vty_show_ipv6_route_detail (struct vty * if (rib->type == ZEBRA_ROUTE_RIPNG || rib->type == ZEBRA_ROUTE_OSPF6 -- 2.11.0