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 | |
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')
-rw-r--r-- | ripngd/ripng_interface.c | 4 | ||||
-rw-r--r-- | ripngd/ripngd.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index a132f723e..9209a7646 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -43,10 +43,10 @@ /* If RFC2133 definition is used. */ #ifndef IPV6_JOIN_GROUP -#define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP +#define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP #endif #ifndef IPV6_LEAVE_GROUP -#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP +#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP #endif DEFINE_MTYPE_STATIC(RIPNGD, RIPNG_IF, "ripng interface") 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); |