Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2015 15:28:15 GMT
From:      roam@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287327 - soc2015/roam/ng_ayiya
Message-ID:  <201506191528.t5JFSFNx060767@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: roam
Date: Fri Jun 19 15:28:15 2015
New Revision: 287327
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287327

Log:
  Oops, send the packet out the AYIYA hook!
  
  One of the reasons why I was getting no response from SixXS :)
  
  ObQuote:	"All we need to do is make sure we keep talking"

Modified:
  soc2015/roam/ng_ayiya/ng_ayiya.c

Modified: soc2015/roam/ng_ayiya/ng_ayiya.c
==============================================================================
--- soc2015/roam/ng_ayiya/ng_ayiya.c	Fri Jun 19 15:28:11 2015	(r287326)
+++ soc2015/roam/ng_ayiya/ng_ayiya.c	Fri Jun 19 15:28:15 2015	(r287327)
@@ -593,7 +593,7 @@
 			if (error != 0)
 				return (error);
 			
-			NG_SEND_DATA_ONLY(error, priv->hooks[AYIYA_HOOK_INET6], m);
+			NG_SEND_DATA_ONLY(error, priv->hooks[AYIYA_HOOK_AYIYA], m);
 			return (error);
 			}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506191528.t5JFSFNx060767>