summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2010-05-09 20:32:00 +0000
committerkmacy <kmacy@FreeBSD.org>2010-05-09 20:32:00 +0000
commit9cddffd4052412240a90b2fe46064f3edbe2503c (patch)
treee9564bfe1f87215861fc27259d06c589d937820a /sys/netinet6/udp6_usrreq.c
parenta4f5ad53c12ddff14c908f2bc5a5f9373be93d19 (diff)
downloadFreeBSD-src-9cddffd4052412240a90b2fe46064f3edbe2503c.zip
FreeBSD-src-9cddffd4052412240a90b2fe46064f3edbe2503c.tar.gz
Add flowtable support to IPv6
Tested by: qingli@ Reviewed by: qingli@ MFC after: 3 days
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
-rw-r--r--sys/netinet6/udp6_usrreq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
index 552e488..65e6f56 100644
--- a/sys/netinet6/udp6_usrreq.c
+++ b/sys/netinet6/udp6_usrreq.c
@@ -1079,7 +1079,9 @@ udp6_send(struct socket *so, int flags, struct mbuf *m,
mac_inpcb_create_mbuf(inp, m);
#endif
error = udp6_output(inp, m, addr, control, td);
+#ifdef INET
out:
+#endif
INP_WUNLOCK(inp);
INP_INFO_WUNLOCK(&V_udbinfo);
return (error);
OpenPOWER on IntegriCloud