summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r--ripngd/ripngd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c
index 318f600e..941c3a06 100644
--- a/ripngd/ripngd.c
+++ b/ripngd/ripngd.c
@@ -95,7 +95,7 @@ ripng_info_free (struct ripng_info *rinfo)
{
XFREE (MTYPE_RIPNG_ROUTE, rinfo);
}
-
+
/* Create ripng socket. */
static int
ripng_make_socket (void)
@@ -1886,7 +1886,7 @@ ripng_request (struct interface *ifp)
NULL, ifp);
}
-
+
static int
ripng_update_jitter (int time)
{
@@ -1928,7 +1928,7 @@ ripng_event (enum ripng_event event, int sock)
break;
}
}
-
+
/* Print out routes update time. */
static void
@@ -2767,7 +2767,7 @@ ripng_distribute_update_all_wrapper (struct access_list *notused)
{
ripng_distribute_update_all(NULL);
}
-
+
/* delete all the added ripng routes. */
void
ripng_clean()