First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 184164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: cilly <cilly@cilly.mine.nu>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
patch patchsofar patch Daniel Black 2007-07-04 14:12 0000 2.11 KB Details | Diff
iptables-1.3.8-r1.ebuild iptables-1.3.8-r1.ebuild text/plain cilly 2007-07-05 13:30 0000 5.65 KB Details
iptables-1.3.8-r2.ebuild ebuild for iptables including l7-filter-2.13 text/plain cilly 2007-08-08 11:44 0000 6.09 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 184164 depends on: Show dependency tree
Bug 184164 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-07-04 02:26 0000
To make it consistent with the latest l7-filter version which was released for
kernel 20+ and avoid extra downloading, the line of the ebuild:

L7_PV="2.9"

should be changed to:

L7_PV="2.10"

------- Comment #1 From cilly 2007-07-04 10:47:05 0000 -------
Additional Info:

   if use l7filter && \
       [ ! -f "${KERNEL_DIR}/net/ipv4/netfilter/ipt_layer7.c" ]; then
       die "For layer 7 support emerge net-misc/l7-filter-${L7_PV} before this"
   fi

The above lines block iptables to be emerged if l7-filter-2.10 is used. With
kernel 20+ the location of that file is obsolete.

------- Comment #2 From cilly 2007-07-04 11:34:46 0000 -------
(In reply to comment #1)
> Additional Info:
> 
>    if use l7filter && \
>        [ ! -f "${KERNEL_DIR}/net/ipv4/netfilter/ipt_layer7.c" ]; then
>        die "For layer 7 support emerge net-misc/l7-filter-${L7_PV} before this"
>    fi
> 
> The above lines block iptables to be emerged if l7-filter-2.10 is used. With
> kernel 20+ the location of that file is obsolete.

-if l7-filter-2.10 is used
+if l7-filter-2.10+ is used
> 

------- Comment #3 From Daniel Black 2007-07-04 12:00:49 0000 -------
k I'll take care of it. i'll update the imq patch too

------- Comment #4 From cilly 2007-07-04 12:23:15 0000 -------
L7_PV="2.9"

should be changed to:

L7_PV="2.11"

------- Comment #5 From cilly 2007-07-04 12:52:01 0000 -------
fine, very nice you did not complain about me, being too keen ;)

I just like moving fast :D

Keep up the good work!

------- Comment #6 From Daniel Black 2007-07-04 14:12:42 0000 -------
Created an attachment (id=123875) [edit]
patchsofar

work in progress - upstream compile bugs
http://sourceforge.net/tracker/index.php?func=detail&aid=1747807&group_id=80085&atid=558668

------- Comment #7 From cilly 2007-07-04 15:27:28 0000 -------
meanwhile first of all, thanks to Daniel!

For all of you who can't wait to get l7-filter going, here is the deal:

Compile iptables against 2.6.19.7 source with useflag l7filter enabled.

iptables will work with l7-filter.

Of course, it's a really dirty hack so use at your own risk.

------- Comment #8 From SpanKY 2007-07-04 18:16:53 0000 -------
i'd just as soon scrub l7-filter from the iptables ebuild ... problem solved

------- Comment #9 From Daniel Black 2007-07-04 21:50:30 0000 -------
(In reply to comment #8)
> i'd just as soon scrub l7-filter from the iptables ebuild ... problem solved
> 

me too and soon. upstream is moving to using userspace filters.

------- Comment #10 From cilly 2007-07-04 22:53:13 0000 -------
well, userspace version is far from being stable

------- Comment #11 From cilly 2007-07-05 08:24:15 0000 -------
Okay, upstream released iptables patch:

http://sourceforge.net/project/shownotes.php?group_id=80085&release_id=520909

@SpanKY:

The l7-filter-team is doing a great job. At the moment, the only possibility to
shape traffic on layer7 basis is l7-filter. The current userspace version is
far from being stable. If, and there might be a long way to go, the userspace
version is ready to go, then I agree with scrubbing l7-filter. (my2cents)

------- Comment #12 From cilly 2007-07-05 13:30:27 0000 -------
Created an attachment (id=123955) [edit]
iptables-1.3.8-r1.ebuild

The patch is now chosen be dependency of header files in the kernel.

------- Comment #13 From Daniel Black 2007-07-07 02:47:06 0000 -------
(In reply to comment #12)
> Created an attachment (id=123955) [edit]
> iptables-1.3.8-r1.ebuild
> 
> The patch is now chosen be dependency of header files in the kernel.
> 
Yes. Didn't like the imq version bump in my previous patch?
Oh well. Hope it works for you and tell me if it doesn't.

ref "The current userspace version is far from being stable" I know upstream
doesn't classify it as stable however there are no bugs listed in the upstream.
If you know of some add them.

this isn't the best forum for discussion so lets leave it there. I'll maintain
l7-filter and associated patches to the level of my ability and interest which
won't last forever. Once upstream says userspace is stable I'll drop these with
extreme prejudice.

------- Comment #14 From cilly 2007-07-09 12:17:38 0000 -------
uhm, haven't seen the imq-version bump. Nice move!

Thanks a lot!

------- Comment #15 From cilly 2007-08-08 11:42:40 0000 -------
This is an ebuild which will use l7-filter-2.13, l7-filter-2.13 is a bugfix and
should be prefered over 2.12.x.

See:

http://sourceforge.net/project/shownotes.php?group_id=80085&release_id=528562

------- Comment #16 From cilly 2007-08-08 11:44:28 0000 -------
Created an attachment (id=127271) [edit]
ebuild for iptables including l7-filter-2.13

------- Comment #17 From cilly 2007-08-08 11:45:02 0000 -------
reopen

------- Comment #18 From Jakub Moc (RETIRED) 2007-08-09 07:35:55 0000 -------
(In reply to comment #17)
> reopen

Errr; can we please stop recycling this bug after it's been resolved? 

------- Comment #19 From Daniel Black 2007-08-09 08:49:53 0000 -------
reclose. BTW patches are good for ebuild changes.

------- Comment #20 From cilly 2007-08-09 12:43:13 0000 -------
@Jakub
@Daniel

okay next time then :)

First Last Prev Next    No search results available      Search page      Enter new bug