Bugzilla – Bug 148111
bridge default forward delay
Last modified: 2006-07-17 12:04:13 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)?
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.)
ok
Right, needs to be done in brctl/kernel then. End of bug.