|
Bugzilla – Full Text Bug Listing |
| Summary: | bridge default forward delay | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Jan Engelhardt <jengelh> |
| Component: | Network | Assignee: | Christian Zoz <zoz> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jan Engelhardt
2006-02-03 20:16:33 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.) ok Right, needs to be done in brctl/kernel then. End of bug. |