summaryrefslogtreecommitdiff
path: root/zebra/client_main.c
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2017-01-16 15:12:55 +0100
committerGitHub <noreply@github.com>2017-01-16 15:12:55 +0100
commitab0c9543a9f3337b1d99727a438d1293ef8b2956 (patch)
tree529e6476fdcd48500bcca77ef77b3d68da23f1c6 /zebra/client_main.c
parent5731f9c9e57f5abfeff891fd036e9527bb14e023 (diff)
parent602ba9bd8b118d3c1302e890010ca7c5d94e0ff5 (diff)
Merge pull request #68 from donaldsharp/cleanup
Cleanup
Diffstat (limited to 'zebra/client_main.c')
-rw-r--r--zebra/client_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/client_main.c b/zebra/client_main.c
index 8290eafc4d..f40d995466 100644
--- a/zebra/client_main.c
+++ b/zebra/client_main.c
@@ -79,7 +79,6 @@ zebra_test_ipv4 (int command, int type, char *prefix, char *gateway,
}
}
-#ifdef HAVE_IPV6
/* IPv6 route add and delete test. */
void
zebra_test_v6 (int sock)
@@ -95,7 +94,6 @@ zebra_test_v6 (int sock)
sleep (5);
/* zebra_ipv6_delete (sock, ZEBRA_ROUTE_STATIC, 0, &p, &nexthop, 1); */
}
-#endif /* HAVE_IPV6 */
/* Print out usage and exit. */
void