]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: restore blank line after show route header 7933/head
authorDuncan Eastoe <duncan.eastoe@att.com>
Tue, 26 Jan 2021 12:19:05 +0000 (12:19 +0000)
committerDuncan Eastoe <duncan.eastoe@att.com>
Wed, 27 Jan 2021 12:19:52 +0000 (12:19 +0000)
In 5a3cf85391b3665b5344d577e98aaa29a1927818 the trailing empty line
following the "show ip(v6) route" header was removed. Restore it for
consistency.

Signed-off-by: Duncan Eastoe <duncan.eastoe@att.com>
lib/route_types.pl

index 759e9b47296bc7fb3d9619f60d33d2d48d561bc0..8c216e13bd84fd90b0400e2b5a299f0036d3ac79 100755 (executable)
@@ -130,7 +130,7 @@ sub codelist {
        $str =~ s/ $//;
        push @lines, $str . "\\n\" \\\n";
        push @lines, "  \"       > - selected route, * - FIB route, q - queued, r - rejected, b - backup\\n\"";
-       push @lines, "  \"       t - trapped, o - offload failure\\n\"";
+       push @lines, "  \"       t - trapped, o - offload failure\\n\\n\"";
 
 
        return join("", @lines);