Ignore:
Timestamp:
Jun 25, 2008, 12:52:44 PM (17 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
d7daf0c
Parents:
f33c834
Message:

Update iptables to 1.3.8

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3769 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iptables/patches/05-imq1.patch

    rf33c834 rca629a6  
    1 diff -urN iptables.old/extensions/.IMQ-test iptables.dev/extensions/.IMQ-test
    2 --- iptables.old/extensions/.IMQ-test   1970-01-01 01:00:00.000000000 +0100
    3 +++ iptables.dev/extensions/.IMQ-test   2005-10-09 01:00:36.358959750 +0200
    4 @@ -0,0 +1,3 @@
    5 +#!/bin/sh
    6 +# True if IMQ target patch is applied.
    7 +[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_IMQ.c ] && echo IMQ
    8 diff -urN iptables.old/extensions/.IMQ-test6 iptables.dev/extensions/.IMQ-test6
    9 --- iptables.old/extensions/.IMQ-test6  1970-01-01 01:00:00.000000000 +0100
    10 +++ iptables.dev/extensions/.IMQ-test6  2005-10-09 01:00:36.358959750 +0200
     1--- iptables-1.3.6.orig/extensions.orig/.IMQ-test6      Thu Jan  1 01:00:00 1970
     2+++ iptables-1.3.6/extensions/.IMQ-test6        Mon Jun 16 10:12:47 2003
    113@@ -0,0 +1,3 @@
    124+#!/bin/sh
    135+# True if IMQ target patch is applied.
    146+[ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_IMQ.c ] && echo IMQ
    15 diff -urN iptables.old/extensions/libip6t_IMQ.c iptables.dev/extensions/libip6t_IMQ.c
    16 --- iptables.old/extensions/libip6t_IMQ.c       1970-01-01 01:00:00.000000000 +0100
    17 +++ iptables.dev/extensions/libip6t_IMQ.c       2005-10-09 01:00:36.358959750 +0200
     7--- iptables-1.3.6.orig/extensions.orig/libip6t_IMQ.c   Thu Jan  1 01:00:00 1970
     8+++ iptables-1.3.6/extensions/libip6t_IMQ.c     Mon Jun 16 10:12:47 2003
    189@@ -0,0 +1,101 @@
    1910+/* Shared library add-on to iptables to add IMQ target support. */
     
    114105+};
    115106+
    116 +void _init(void)
     107+static __attribute__((constructor)) void _init(void)
    117108+{
    118109+       register_target6(&imq);
    119110+}
    120 diff -urN iptables.old/extensions/libipt_IMQ.c iptables.dev/extensions/libipt_IMQ.c
    121 --- iptables.old/extensions/libipt_IMQ.c        1970-01-01 01:00:00.000000000 +0100
    122 +++ iptables.dev/extensions/libipt_IMQ.c        2005-10-09 01:00:36.358959750 +0200
     111--- iptables-1.3.6.orig/extensions.orig/.IMQ-test       Thu Jan  1 01:00:00 1970
     112+++ iptables-1.3.6/extensions/.IMQ-test Mon Jun 16 10:12:47 2003
     113@@ -0,0 +1,3 @@
     114+#!/bin/sh
     115+# True if IMQ target patch is applied.
     116+[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_IMQ.c ] && echo IMQ
     117--- iptables-1.3.6.orig/extensions.orig/libipt_IMQ.c    Thu Jan  1 01:00:00 1970
     118+++ iptables-1.3.6/extensions/libipt_IMQ.c      Mon Jun 16 10:12:47 2003
    123119@@ -0,0 +1,101 @@
    124120+/* Shared library add-on to iptables to add IMQ target support. */
     
    219215+};
    220216+
    221 +void _init(void)
     217+static __attribute__((constructor)) void _init(void)
    222218+{
    223219+       register_target(&imq);
    224220+}
     221
Note: See TracChangeset for help on using the changeset viewer.