Author: bz
Date: Sun Jul  8 11:28:33 2012
New Revision: 238231
URL: http://svn.freebsd.org/changeset/base/238231

Log:
  MFC r235954:
  
     We currently nowhere set IP6A_SWAP making the entire check useless
     with the current code.  Keep around but do not compile in.
  
  Approved by:  re

Modified:
  stable/9/sys/netinet6/route6.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet6/route6.c
==============================================================================
--- stable/9/sys/netinet6/route6.c      Sun Jul  8 11:24:22 2012        
(r238230)
+++ stable/9/sys/netinet6/route6.c      Sun Jul  8 11:28:33 2012        
(r238231)
@@ -62,6 +62,7 @@ route6_input(struct mbuf **mp, int *offp
        struct mbuf *m = *mp;
        struct ip6_rthdr *rh;
        int off = *offp, rhlen;
+#ifdef __notyet__
        struct ip6aux *ip6a;
 
        ip6a = ip6_findaux(m);
@@ -73,6 +74,7 @@ route6_input(struct mbuf **mp, int *offp
                        return IPPROTO_DONE;
                }
        }
+#endif
 
 #ifndef PULLDOWN_TEST
        IP6_EXTHDR_CHECK(m, off, sizeof(*rh), IPPROTO_DONE);
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to