Bug 148111 - bridge default forward delay
Summary: bridge default forward delay
Status: VERIFIED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Network (show other bugs)
Version: Beta 1
Hardware: x86 Linux
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Christian Zoz
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 20:16 UTC by Jan Engelhardt
Modified: 2006-07-17 12:04 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Engelhardt 2006-02-03 20:16:33 UTC
Would it be possible to have BRIDGE_FORWARDDELAY (/etc/sysconfig/network/ifcfg.template) default to "0" rather than "" (which would pick the brctl default, usually 15s)?
Comment 1 Christian Zoz 2006-02-06 13:14:20 UTC
ifcfg.template is just a template and serves as container for the variable descriptions (used by yast sysconfig editor). This file will never be sourced.
All we can do here is to set '## Default: 0' which would make yast sysconfig editor to use 0 as default.

And leaving it "" looks much better, because then ifup-bridge will not call 'brctl setfd' at all. So if brctl has a default we do not change that.

Do i misunderstand something? (I don't know much about bridges and brctl.)
Comment 2 Jan Engelhardt 2006-02-06 13:20:04 UTC
ok
Comment 3 Jan Engelhardt 2006-02-06 13:23:37 UTC
Right, needs to be done in brctl/kernel then. End of bug.