summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/kernel_socket.c')
-rw-r--r--zebra/kernel_socket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c
index 37b2ae23..3dbeb98b 100644
--- a/zebra/kernel_socket.c
+++ b/zebra/kernel_socket.c
@@ -252,7 +252,7 @@ af_check (int family)
#endif /* HAVE_IPV6 */
return 0;
}
-
+
/* Dump routing table flag for debug purpose. */
static void
rtm_flag_dump (int flag)
@@ -557,7 +557,7 @@ ifm_read (struct if_msghdr *ifm)
return 0;
}
-
+
/* Address read from struct ifa_msghdr. */
static void
ifam_read_mesg (struct ifa_msghdr *ifm,
@@ -751,7 +751,7 @@ ifam_read (struct ifa_msghdr *ifam)
return 0;
}
-
+
/* Interface function for reading kernel routing table information. */
static int
rtm_read_mesg (struct rt_msghdr *rtm,
@@ -1128,7 +1128,7 @@ rtm_write (int message,
return ZEBRA_ERR_NOERROR;
}
-
+
#include "thread.h"
#include "zebra/zserv.h"