Displaying 4 results from an estimated 4 matches for "iptables_targets".
2003 Aug 23
1
[Bug 117] register_target() creates circular linked list
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=117
------- Additional Comments From laforge@netfilter.org 2003-08-23 22:24 -------
I'm not sure if I understand you correctly. How does register_target create a
circular list?
initially, iptables_targets == NULL.
then you register the first target (t), and you set t->next = iptables_targets
(== NULL), and then point iptables_targets to t.
Result: iptables_targets == t; t->next == NULL.
if you register a second target (t2).
Result: iptables_targets == t2, t2->next == t, t->next == NUL...
2003 Jun 19
0
[Bug 100] New: NETFILTER_VERSION -> IPTABLES_VERSION in libipt_IPMARK.c
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=100
Summary: NETFILTER_VERSION -> IPTABLES_VERSION in
libipt_IPMARK.c
Product: iptables userspace
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: iptables
2005 Dec 13
7
MARK: targinfosize 8 != 4
Hello all,
I got this problem while trying to shape traffic with iptables MARK and
HTB.
MARK: targinfosize 8 != 4
--set-mark gives "invalid argument" error message.
Kernel version is 2.4.29 (some patches from patch o matic applied)
Iptables version 1.3.4
Intel x86 architecture.
I saw this problem discussed in a few places, but the discussions didn''t
come to a conclusion
2002 May 14
1
what''s the meaning of xchg()?
lartc-request,hello!
I find a line in tbf_change() in sch_tbf.c: ptab = xchg(&q->P_tab, ptab);
Can I consider that the pointers are exchanged between q->P_tab and ptab? as following:
prev=q->R_tab;
q->R_tab = rtab;
rtab = prev;
Is my understanding righ?
======= 2002-03-23 12:01:00 you wrote:=======
>Send LARTC mailing list