diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-30 18:44:43 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-30 18:44:43 +0200 |
commit | c258527bd2475234a67b8335b622ad57eec0bc7e (patch) | |
tree | 245bec30402003d529f51d034857f27df6fbbda3 /ripngd/ripngd.c | |
parent | Merge pull request #5060 from chiragshah6/evpn_dev2 (diff) | |
download | frr-c258527bd2475234a67b8335b622ad57eec0bc7e.tar.xz frr-c258527bd2475234a67b8335b622ad57eec0bc7e.zip |
*: strip trailing whitespace
Some of it has snuck by CI
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index ef4e47473..ad2ddd0db 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -2361,7 +2361,7 @@ DEFUN (show_ipv6_protocols, return CMD_SUCCESS; vty_out (vty, "Routing Protocol is \"ripng\"\n"); - + vty_out (vty, "Sending updates every %ld seconds, next due in %d seconds\n", ripng->update_time, 0); |