]> git.pld-linux.org Git - packages/kernel.git/commitdiff
71a3e343a28347be4cac571e03160182 linux-2.4.20-lkml-ppp_filter-outbound-fix.patch
authorcieciwa <cieciwa@pld-linux.org>
Fri, 17 Jan 2003 14:15:16 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.20-lkml-ppp_filter-outbound-fix.patch -> 1.1

linux-2.4.20-lkml-ppp_filter-outbound-fix.patch [new file with mode: 0644]

diff --git a/linux-2.4.20-lkml-ppp_filter-outbound-fix.patch b/linux-2.4.20-lkml-ppp_filter-outbound-fix.patch
new file mode 100644 (file)
index 0000000..072f56b
--- /dev/null
@@ -0,0 +1,17 @@
+--- linux-2.4.20/drivers/net/ppp_generic.c.orig        2003-01-17 13:15:32.000000000 +0100
++++ linux-2.4.20/drivers/net/ppp_generic.c     2003-01-17 13:16:23.000000000 +0100
+@@ -965,11 +965,10 @@
+               if (ppp->pass_filter.filter
+                   && sk_run_filter(skb, ppp->pass_filter.filter,
+                                    ppp->pass_filter.len) == 0) {
+-                      if (ppp->debug & 1) {
++                      if (ppp->debug & 1)
+                               printk(KERN_DEBUG "PPP: outbound frame not passed\n");
+-                              kfree_skb(skb);
+-                              return;
+-                      }
++                      kfree_skb(skb);
++                      return;
+               }
+               /* if this packet passes the active filter, record the time */
+               if (!(ppp->active_filter.filter
This page took 1.790089 seconds and 4 git commands to generate.