X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..191fe7a34582876de01d3e62c2a6587baf59a283:/debian/patches/0009-Fix-typo-in-dump-bgp-help-text.patch diff --git a/debian/patches/0009-Fix-typo-in-dump-bgp-help-text.patch b/debian/patches/0009-Fix-typo-in-dump-bgp-help-text.patch new file mode 100644 index 0000000..03f6d00 --- /dev/null +++ b/debian/patches/0009-Fix-typo-in-dump-bgp-help-text.patch @@ -0,0 +1,23 @@ +From: Scott Leggett +Date: Sun, 5 Nov 2017 22:03:17 +1100 +Subject: Fix typo in dump-bgp help text. + +--- + bgpd/bgp_dump.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c +index 01f9b41..2b8513c 100644 +--- a/bgpd/bgp_dump.c ++++ b/bgpd/bgp_dump.c +@@ -741,8 +741,8 @@ DEFUN (dump_bgp_all, + "dump bgp (all|all-et|updates|updates-et|routes-mrt) PATH [INTERVAL]", + "Dump packet\n" + "BGP packet dump\n" +- "Dump all BGP packets\nDump all BGP packets (Extended Tiemstamp Header)\n" +- "Dump BGP updates only\nDump BGP updates only (Extended Tiemstamp Header)\n" ++ "Dump all BGP packets\nDump all BGP packets (Extended Timestamp Header)\n" ++ "Dump BGP updates only\nDump BGP updates only (Extended Timestamp Header)\n" + "Dump whole BGP routing table\n" + "Output filename\n" + "Interval of output\n")