Author: glebius
Date: Fri Oct 12 09:32:38 2012
New Revision: 241481
URL: http://svn.freebsd.org/changeset/base/241481

Log:
  Revert fixup of ip_len from r241480. Now stack isn't yet
  ready for that change.

Modified:
  head/sys/netinet/ip_options.c

Modified: head/sys/netinet/ip_options.c
==============================================================================
--- head/sys/netinet/ip_options.c       Fri Oct 12 09:24:24 2012        
(r241480)
+++ head/sys/netinet/ip_options.c       Fri Oct 12 09:32:38 2012        
(r241481)
@@ -472,7 +472,6 @@ ip_stripoptions(struct mbuf *m)
                m->m_pkthdr.len -= olen;
        ip->ip_v = IPVERSION;
        ip->ip_hl = sizeof(struct ip) >> 2;
-       ip->ip_len -= olen;
 }
 
 /*
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to