summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute6.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/mroute6.c')
-rw-r--r--usr.bin/netstat/mroute6.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c
index 7a85cc6c94b..b6e83d95339 100644
--- a/usr.bin/netstat/mroute6.c
+++ b/usr.bin/netstat/mroute6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mroute6.c,v 1.21 2016/08/27 04:13:43 guenther Exp $ */
+/* $OpenBSD: mroute6.c,v 1.22 2016/12/22 11:04:44 rzalamena Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@@ -107,8 +107,6 @@ mroute6pr(void)
case 0:
printf("no IPv6 multicast routing compiled into this system\n");
return;
- case IPPROTO_PIM:
- break;
default:
printf("IPv6 multicast routing protocol %u, unknown\n",
mrtproto);
@@ -212,8 +210,6 @@ mrt6_stats(void)
case 0:
printf("no IPv6 multicast routing compiled into this system\n");
return;
- case IPPROTO_PIM:
- break;
default:
printf("IPv6 multicast routing protocol %u, unknown\n",
mrt6proto);