Changeset 2515945 in freewrt
- Timestamp:
- May 17, 2007, 2:38:20 PM (19 years ago)
- Children:
- a620b10
- Parents:
- 8a79a44
- Files:
-
- 4 edited
-
mk/modules.mk (modified) (1 diff)
-
package/bridge-utils/Config.in (modified) (1 diff)
-
target/linux/config/Config.in.isdn (modified) (2 diffs)
-
target/linux/config/Config.in.network (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mk/modules.mk
r8a79a44 r2515945 11 11 $(MODULES_DIR)/kernel/net/atm/atm \ 12 12 ,50)) 13 14 $(eval $(call KMOD_template,BRIDGE,bridge,\ 15 $(MODULES_DIR)/kernel/net/bridge/bridge \ 16 ,10)) 13 17 14 18 $(eval $(call KMOD_template,NET_IPGRE,gre,\ -
package/bridge-utils/Config.in
r8a79a44 r2515945 3 3 tristate 4 4 default n 5 select FWRT_KPACKAGE_KMOD_BRIDGE 5 6 help 6 7 Manage ethernet bridging; a way to connect networks together to -
target/linux/config/Config.in.isdn
r8a79a44 r2515945 53 53 tristate 54 54 select FWRT_KERNEL_ISDN_CAPI_CAPI20 55 select FWRT_KERNEL_ISDN 55 56 default n 56 57 help … … 62 63 default n 63 64 depends on FWRT_LINUX_2_6 64 select FWRT_KERNEL_ISDN65 65 select FWRT_KERNEL_MISDN_DSP 66 66 select FWRT_KPACKAGE_KMOD_ISDN_CAPI -
target/linux/config/Config.in.network
r8a79a44 r2515945 26 26 27 27 config FWRT_KERNEL_IMQ 28 tristate 29 default n 30 31 config FWRT_KERNEL_LLC 28 32 tristate 29 33 default n … … 47 51 # further details. 48 52 53 config FWRT_KPACKAGE_KMOD_BRIDGE 54 prompt "kmod-net-bridge................... 802.1d Ethernet Bridging" 55 tristate 56 select FWRT_KERNEL_LLC 57 default n 58 help 59 If you say Y here, then your Linux box will be able to act as an 60 Ethernet bridge, which means that the different Ethernet segments it 61 is connected to will appear as one Ethernet to the participants. 62 Several such bridges can work together to create even larger 63 networks of Ethernets using the IEEE 802.1 spanning tree algorithm. 64 As this is a standard, Linux bridges will cooperate properly with 65 other third party bridge products. 66 67 In order to use the Ethernet bridge, you'll need the bridge 68 configuration tools; see <file:Documentation/networking/bridge.txt> 69 for location. Please read the Bridge mini-HOWTO for more 70 information. 71 72 If you enable iptables support along with the bridge support then you 73 turn your bridge into a bridging IP firewall. 74 iptables will then see the IP packets being bridged, so you need to 75 take this into account when setting up your firewall rules. 76 Enabling arptables support when bridging will let arptables see 77 bridged ARP traffic in the arptables FORWARD chain. 78 49 79 config FWRT_KPACKAGE_KMOD_NET_IPIP 50 80 prompt "kmod-net-ipip..................... IP in IP encapsulation support"
Note:
See TracChangeset
for help on using the changeset viewer.
