|
Revision 74, 374 bytes
(checked in by root, 6 years ago)
|
|
Added support for module options in the module picking and also added IPTABLES_MODULES.
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # Modules.lst |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | # $Id: modules.lst,v 1.7 2005/08/13 10:02:16 thomasez Exp $ |
|---|
| 6 | |
|---|
| 7 | # |
|---|
| 8 | # Plug and play module, may not be needed. |
|---|
| 9 | # |
|---|
| 10 | isa-pnp |
|---|
| 11 | # |
|---|
| 12 | # Network Interface Cards: |
|---|
| 13 | # |
|---|
| 14 | # |
|---|
| 15 | # The ne module cannot autoprobe and needs an io port. |
|---|
| 16 | # for more than one ne-card, separate the io-ports with a comma. |
|---|
| 17 | # Like; ne io=0x300,0x340 |
|---|
| 18 | INSERT_NICS |
|---|
| 19 | # |
|---|
| 20 | # Iptables modules: |
|---|
| 21 | # |
|---|
| 22 | INSERT_IPTABLES_MODULES |
|---|