Author: arekm                        Date: Mon Jun  9 20:21:56 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
vs2.3.0.34.11

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.4.11.2.30 -> 1.2.4.11.2.31) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.30 
SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.31
--- SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.30 Mon Jun  9 22:17:32 2008
+++ SOURCES/linux-2.6-vs2.3.patch       Mon Jun  9 22:21:48 2008
@@ -21211,7 +21211,7 @@
 +                      }
 +              }
 +              /* still no source ip? */
-+              found = IN_LOOPBACK(fl->fl4_dst)
++              found = ipv4_is_loopback(fl->fl4_dst)
 +                      ? IPI_LOOPBACK : nxi->v4.ip[0].s_addr;
 +      found:
 +              /* assign src ip to flow */
@@ -21223,11 +21223,11 @@
 +      }
 +
 +      if (nx_info_flags(nxi, NXF_LBACK_REMAP, 0)) {
-+              if (IN_LOOPBACK(fl->fl4_dst))
++              if (ipv4_is_loopback(fl->fl4_dst))
 +                      fl->fl4_dst = nxi->v4_lback.s_addr;
-+              if (IN_LOOPBACK(fl->fl4_src))
++              if (ipv4_is_loopback(fl->fl4_src))
 +                      fl->fl4_src = nxi->v4_lback.s_addr;
-+      } else if (IN_LOOPBACK(fl->fl4_dst) &&
++      } else if (ipv4_is_loopback(fl->fl4_dst) &&
 +              !nx_info_flags(nxi, NXF_LBACK_ALLOW, 0))
 +              return -EPERM;
 +
@@ -26426,7 +26426,7 @@
  PATCHLEVEL = 6
  SUBLEVEL = 25
 -EXTRAVERSION = .6
-+EXTRAVERSION = .6-vs2.3.x-vs2.3.0.34.10
++EXTRAVERSION = .6-vs2.3.x-vs2.3.0.34.11
  NAME = Funky Weasel is Jiggy wit it
  
  # *DOCUMENTATION*
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.4.11.2.30&r2=1.2.4.11.2.31&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to