aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-10-11 16:08:54 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-10-11 16:08:54 +0000
commit585a4290ab47e74f26e854a87a86c9c29db8388c (patch)
treece631dd060dd6443000739a060f6ee4768e531e0
parent956f6d3a3c3cb20cf6c03e72130ebe438f1f5353 (diff)
downloadsrc-585a4290ab47e74f26e854a87a86c9c29db8388c.tar.gz
src-585a4290ab47e74f26e854a87a86c9c29db8388c.zip
Update ip_divert.ko to depend on version 3 of ipfw.
Notes
Notes: svn path=/head/; revision=272941
-rw-r--r--sys/netinet/ip_divert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 97fb191af5f7..3e3bc942df9e 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -836,5 +836,5 @@ static moduledata_t ipdivertmod = {
};
DECLARE_MODULE(ipdivert, ipdivertmod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY);
-MODULE_DEPEND(ipdivert, ipfw, 2, 2, 2);
+MODULE_DEPEND(ipdivert, ipfw, 3, 3, 3);
MODULE_VERSION(ipdivert, 1);