Linux Netfilter discussions
 help / color / mirror / Atom feed
* ip_conntrack_ftp as a module or built-in?
@ 2005-11-22 10:47 netfilter
  2005-11-22 11:19 ` Rob Sterenborg
  0 siblings, 1 reply; 4+ messages in thread
From: netfilter @ 2005-11-22 10:47 UTC (permalink / raw)
  To: netfilter

Hello,

sorry for this generic question, but I searched long, without any 
clue.

On my linux box I load the ip_conntrack_ftp module with some 
parameter (to let the HylaFAX daemon talk with the clients):

    insmod ip_conntrack_ftp ports=21,4559

Is there a way to pass that "ports" parameter to the kernel, if 
the feature is compiled into the kernel, instead of as a module?

May be this is a generic modprobe question...

Thank you anyway.

-- 
Niccolo Rigacci
Firenze - Italy


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

* Re: ip_conntrack_ftp as a module or built-in?
  2005-11-22 10:47 ip_conntrack_ftp as a module or built-in? netfilter
@ 2005-11-22 11:19 ` Rob Sterenborg
  2005-11-22 11:33   ` netfilter
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Sterenborg @ 2005-11-22 11:19 UTC (permalink / raw)
  To: netfilter

On Tue, November 22, 2005 11:47, netfilter@rigacci.org wrote:
> Hello,
>
> sorry for this generic question, but I searched long, without any
> clue.
>
> On my linux box I load the ip_conntrack_ftp module with some
> parameter (to let the HylaFAX daemon talk with the clients):
>
>     insmod ip_conntrack_ftp ports=21,4559
>
> Is there a way to pass that "ports" parameter to the kernel, if
> the feature is compiled into the kernel, instead of as a module?

I'm not sure if passing that parameter to the kernel during boot time
will work (probably not).
Why would you do that anyway : why not use the module ?


Gr,
Rob




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

* Re: ip_conntrack_ftp as a module or built-in?
  2005-11-22 11:19 ` Rob Sterenborg
@ 2005-11-22 11:33   ` netfilter
  2005-11-22 13:30     ` /dev/rob0
  0 siblings, 1 reply; 4+ messages in thread
From: netfilter @ 2005-11-22 11:33 UTC (permalink / raw)
  To: netfilter; +Cc: Rob Sterenborg

> I'm not sure if passing that parameter to the kernel during boot time
> will work (probably not).
> Why would you do that anyway : why not use the module ?

We are developing a network appliance and we are trying to keep a 
small static kernel, with only the required features, no KMOD, no 
discover, hotplug or whatever.

Infact this is a more generic question: a module that accepts 
some paramters can be built into the kernel and still receive all 
of them?

Thanks

-- 
Niccolo Rigacci
Firenze - Italy


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

* Re: ip_conntrack_ftp as a module or built-in?
  2005-11-22 11:33   ` netfilter
@ 2005-11-22 13:30     ` /dev/rob0
  0 siblings, 0 replies; 4+ messages in thread
From: /dev/rob0 @ 2005-11-22 13:30 UTC (permalink / raw)
  To: netfilter

On Tuesday 2005-November-22 05:33, netfilter@rigacci.org wrote:
> > I'm not sure if passing that parameter to the kernel during boot
> > time will work (probably not).
> > Why would you do that anyway : why not use the module ?
>
> We are developing a network appliance and we are trying to keep a
> small static kernel, with only the required features, no KMOD, no
> discover, hotplug or whatever.

This is about the only scenario in which built-in netfilter drivers
make sense.

> Infact this is a more generic question: a module that accepts
> some paramters can be built into the kernel and still receive all

man 7 bootparam
[/usr/src/linux/]Documentation/kernel-parameters.txt
-- 
    mail to this address is discarded unless "/dev/rob0"
    or "not-spam" is in Subject: header


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

end of thread, other threads:[~2005-11-22 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-22 10:47 ip_conntrack_ftp as a module or built-in? netfilter
2005-11-22 11:19 ` Rob Sterenborg
2005-11-22 11:33   ` netfilter
2005-11-22 13:30     ` /dev/rob0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox