On Mon, 2002-09-02 at 07:36, Ciaron Gogarty wrote:
> 
> Can someone point me in the right direction on how to enable the passing of
> flags to the ethernet driver @ startup.
> 
> Basically I want to script an interface to come up in promiscuous mode thru
> a reboot.

If you want to pass flags to the driver, then add "options eth0 ..."
with the driver's flags in /etc/modules.conf.  I don't believe that
"options" include promiscuous mode.

If you want to trigger a script when the device comes up, you can also
do that in /etc/modules.conf.  Look at the way that the sound card gets
its volume configured...  Use something like:
post-install eth0 /root/bin/setup-eth0 start
pre-remove eth0 /root/bin/setup-eth0 stop




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to