All of lore.kernel.org
 help / color / mirror / Atom feed
* LED trigger in iptables
@ 2009-11-24 21:59 Mekabe Ramein
  2009-11-26 21:15 ` Mekabe Ramein
  0 siblings, 1 reply; 7+ messages in thread
From: Mekabe Ramein @ 2009-11-24 21:59 UTC (permalink / raw)
  To: netfilter

Hi,

I am trying to use xt_LED module which is included in my kernel.
However, "iptables" does not accept the "--led-trigger-id" parameter
in the following command (which is an example given in module
description):

iptables -A OUTPUT -p udp --dport 5060 -j LED --led-trigger-id sip
--led-delay 100

My iptables version is 1.4.5 but it does not have the extension xt_LED in it.
So I searched for this and found a patch which adds this feature. But
I don't know where to apply the patch.
How can I make use of it ?

Should I include it in iptables source or another package ?

Thanks,

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: LED trigger in iptables
  2009-11-24 21:59 LED trigger in iptables Mekabe Ramein
@ 2009-11-26 21:15 ` Mekabe Ramein
  2009-11-27  8:59   ` Patrick McHardy
  0 siblings, 1 reply; 7+ messages in thread
From: Mekabe Ramein @ 2009-11-26 21:15 UTC (permalink / raw)
  To: netfilter

Hi,

I'd appreciate any ideas.

Thanks,
ilker

On Tue, Nov 24, 2009 at 11:59 PM, Mekabe Ramein <mrmrmrmr@gmail.com> wrote:
> Hi,
>
> I am trying to use xt_LED module which is included in my kernel.
> However, "iptables" does not accept the "--led-trigger-id" parameter
> in the following command (which is an example given in module
> description):
>
> iptables -A OUTPUT -p udp --dport 5060 -j LED --led-trigger-id sip
> --led-delay 100
>
> My iptables version is 1.4.5 but it does not have the extension xt_LED in it.
> So I searched for this and found a patch which adds this feature. But
> I don't know where to apply the patch.
> How can I make use of it ?
>
> Should I include it in iptables source or another package ?
>
> Thanks,
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: LED trigger in iptables
  2009-11-26 21:15 ` Mekabe Ramein
@ 2009-11-27  8:59   ` Patrick McHardy
  2009-11-28  8:39     ` Mekabe Ramein
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick McHardy @ 2009-11-27  8:59 UTC (permalink / raw)
  To: Mekabe Ramein; +Cc: netfilter

Mekabe Ramein wrote:
> Hi,
> 
> I'd appreciate any ideas.
> 
> Thanks,
> ilker
> 
> On Tue, Nov 24, 2009 at 11:59 PM, Mekabe Ramein <mrmrmrmr@gmail.com> wrote:
>> Hi,
>>
>> I am trying to use xt_LED module which is included in my kernel.
>> However, "iptables" does not accept the "--led-trigger-id" parameter
>> in the following command (which is an example given in module
>> description):
>>
>> iptables -A OUTPUT -p udp --dport 5060 -j LED --led-trigger-id sip
>> --led-delay 100
>>
>> My iptables version is 1.4.5 but it does not have the extension xt_LED in it.
>> So I searched for this and found a patch which adds this feature. But
>> I don't know where to apply the patch.
>> How can I make use of it ?
>>
>> Should I include it in iptables source or another package ?

The LED extension hasn't been merged yet because of some open problems.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: LED trigger in iptables
  2009-11-27  8:59   ` Patrick McHardy
@ 2009-11-28  8:39     ` Mekabe Ramein
  2009-12-03 22:53       ` Mekabe Ramein
  0 siblings, 1 reply; 7+ messages in thread
From: Mekabe Ramein @ 2009-11-28  8:39 UTC (permalink / raw)
  To: netfilter

On Fri, Nov 27, 2009 at 10:59 AM, Patrick McHardy <kaber@trash.net> wrote:
> The LED extension hasn't been merged yet because of some open problems.

Thanks for that information.
But isn't it interesting to see it added to stable kernel sources ?
The module is there but iptables does not support it. How can I use it ?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: LED trigger in iptables
  2009-11-28  8:39     ` Mekabe Ramein
@ 2009-12-03 22:53       ` Mekabe Ramein
  2009-12-04  6:15         ` Patrick McHardy
  0 siblings, 1 reply; 7+ messages in thread
From: Mekabe Ramein @ 2009-12-03 22:53 UTC (permalink / raw)
  To: netfilter

On Sat, Nov 28, 2009 at 10:39 AM, Mekabe Ramein <mrmrmrmr@gmail.com> wrote:
> On Fri, Nov 27, 2009 at 10:59 AM, Patrick McHardy <kaber@trash.net> wrote:
>> The LED extension hasn't been merged yet because of some open problems.
>
> Thanks for that information.
> But isn't it interesting to see it added to stable kernel sources ?
> The module is there but iptables does not support it. How can I use it ?
>

Any idea about this issue ?
How can I use the LED trigger feature which is available in kernel ?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: LED trigger in iptables
  2009-12-03 22:53       ` Mekabe Ramein
@ 2009-12-04  6:15         ` Patrick McHardy
  2009-12-25 18:58           ` Mekabe Ramein
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick McHardy @ 2009-12-04  6:15 UTC (permalink / raw)
  To: Mekabe Ramein; +Cc: netfilter

Mekabe Ramein wrote:
> On Sat, Nov 28, 2009 at 10:39 AM, Mekabe Ramein <mrmrmrmr@gmail.com> wrote:
>> On Fri, Nov 27, 2009 at 10:59 AM, Patrick McHardy <kaber@trash.net> wrote:
>>> The LED extension hasn't been merged yet because of some open problems.
>> Thanks for that information.
>> But isn't it interesting to see it added to stable kernel sources ?
>> The module is there but iptables does not support it. How can I use it ?
>>
> 
> Any idea about this issue ?
> How can I use the LED trigger feature which is available in kernel ?

I suggested a fix to the author of the LED target, but still waiting
to hear back about it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: LED trigger in iptables
  2009-12-04  6:15         ` Patrick McHardy
@ 2009-12-25 18:58           ` Mekabe Ramein
  0 siblings, 0 replies; 7+ messages in thread
From: Mekabe Ramein @ 2009-12-25 18:58 UTC (permalink / raw)
  To: Patrick McHardy, netfilter

On Fri, Dec 4, 2009 at 8:15 AM, Patrick McHardy <kaber@trash.net> wrote:
> Mekabe Ramein wrote:
>> On Sat, Nov 28, 2009 at 10:39 AM, Mekabe Ramein <mrmrmrmr@gmail.com> wrote:
>>> On Fri, Nov 27, 2009 at 10:59 AM, Patrick McHardy <kaber@trash.net> wrote:
>>>> The LED extension hasn't been merged yet because of some open problems.
>>> Thanks for that information.
>>> But isn't it interesting to see it added to stable kernel sources ?
>>> The module is there but iptables does not support it. How can I use it ?
>>>
>>
>> Any idea about this issue ?
>> How can I use the LED trigger feature which is available in kernel ?
>
> I suggested a fix to the author of the LED target, but still waiting
> to hear back about it.
>

Hi,

Is there any news about the LED trigger support ?

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-25 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-24 21:59 LED trigger in iptables Mekabe Ramein
2009-11-26 21:15 ` Mekabe Ramein
2009-11-27  8:59   ` Patrick McHardy
2009-11-28  8:39     ` Mekabe Ramein
2009-12-03 22:53       ` Mekabe Ramein
2009-12-04  6:15         ` Patrick McHardy
2009-12-25 18:58           ` Mekabe Ramein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.