Changeset 3948
- Timestamp:
- 08/05/10 13:09:42 (2 years ago)
- Files:
-
- trunk/freewrt/Docs/fwifupdown/fwifupdown.txt (modified) (1 diff)
- trunk/freewrt/package/fwifupdown/lib/bridge (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Docs/fwifupdown/fwifupdown.txt
r2501 r3948 51 51 value: list of interface names 52 52 default: empty 53 54 bridge-fd 55 priority: optional 56 value: bridge forward delay in seconds 57 default: whatever the kernel uses as default 53 58 54 59 trunk/freewrt/package/fwifupdown/lib/bridge
r3409 r3948 34 34 ifacelist="$ifacelist $IF" 35 35 done 36 } 37 38 bridge_setfd() { 39 [[ $IF_BRIDGE_FD != "" ]] && \ 40 brctl setfd $IFACE $IF_BRIDGE_FD 2>&1 2>&- 36 41 } 37 42 … … 106 111 if_preup() { 107 112 bridge_create || return 113 bridge_setfd 108 114 bridge_depup 109 115 bridge_addif


