From 9cddffd4052412240a90b2fe46064f3edbe2503c Mon Sep 17 00:00:00 2001 From: kmacy Date: Sun, 9 May 2010 20:32:00 +0000 Subject: Add flowtable support to IPv6 Tested by: qingli@ Reviewed by: qingli@ MFC after: 3 days --- sys/netinet6/udp6_usrreq.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netinet6/udp6_usrreq.c') 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); -- cgit v1.1