Bug 149609 - [panic] reboot after adding second default route
Summary: [panic] reboot after adding second default route
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 8.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2010-08-13 07:00 UTC by Alexander Apanasenko
Modified: 2022-10-17 12:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Apanasenko 2010-08-13 07:00:19 UTC
Add the second default route to main route table cause instantaneous reboot without any errors or panic.
After rebooting the route which was added is in main route table.
If to try add first and second default routes during of boot with help of script like

#!/bin/sh
ROUTE='/sbin/route'

$ROUTE flush
$ROUTE add default xxx.xxx.xxx.xxx -weight 40
$ROUTE add default yyy.yyy.yyy.yyy -weight 60

from /usr/local/etc/rc.d ,addition of routes finished successfully.

How-To-Repeat: On 8.0 or 8.1-RELEASE system with kernel options
options         ROUTETABLES=4
options         RADIX_MPATH
add first default route in the main route table (setfib 0):
route add default xxx.xxx.xxx.xxx

after that try to add second default route:
route add default yyy.yyy.yyy.yyy

and you can observe instant reboot.
Comment 1 Bruce Cran freebsd_committer freebsd_triage 2010-08-13 16:27:06 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-net

Over to maintainer(s).
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:07 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 12:19:22 UTC
Keyword: 

    crash

– in lieu of summary line prefix: 

    [panic]

* bulk change for the keyword
* summary lines may be edited manually (not in bulk). 

Keyword descriptions and search interface: 

    <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>