summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_fw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c
index 2398ed5..c7c812d 100644
--- a/sys/netinet6/ip6_fw.c
+++ b/sys/netinet6/ip6_fw.c
@@ -1293,6 +1293,7 @@ ip6fw_modevent(module_t mod, int type, void *unused)
printf("IPv6 firewall unloaded\n");
return 0;
default:
+ return EOPNOTSUPP;
break;
}
return 0;
OpenPOWER on IntegriCloud