|
Bugzilla – Full Text Bug Listing |
| Summary: | Wicked can't handle multiple default routes | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Forgotten User AsH2lXbLuE <forgotten_AsH2lXbLuE> |
| Component: | Network | Assignee: | wicked maintainers <wicked-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | bwiedemann, mt |
| Version: | 13.2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 13.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | tarball of sysconfig/network | ||
|
Description
Forgotten User AsH2lXbLuE
2014-12-10 05:17:16 UTC
Created attachment 616498 [details] tarball of sysconfig/network debug/ dir contains extra debug output per https://en.opensuse.org/openSUSE:Bugreport_wicked (In reply to Bill Weidman from comment #0) > Wicked will set only one default route for the first interface that comes > up. Subsequent default routes are ignored Correct. The routes have equal priority -- use different priorities/mertics. In static case append "metric X" (or "preference X") and "metric Y" to the another one. In dhcp case, you can also use DHCLIENT_ROUTE_PRIORITY. See also bug 879842 and bug 879842 (and fate#312217 for policy routing). (In reply to Marius Tomaschewski from comment #2) > See also bug 879842 and bug 879842 (and fate#312217 for policy routing). bug 879842 and bug 868187 |