[Bug 253469] IPv6 default route vanishes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 13 19:12:48 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469

--- Comment #2 from courtney.hicks1 at icloud.com ---
Here is what I got. I did service rtsold restart and then waited until I lost
my route. Here is the output of ping6 as the route got deleted

16 bytes from 2607:f8b0:400a:805::200e, icmp_seq=49 hlim=116 time=11.189 ms
16 bytes from 2607:f8b0:400a:805::200e, icmp_seq=50 hlim=116 time=12.354 ms
ping6: sendmsg: No route to host
ping6: wrote ipv6.l.google.com 16 chars, ret=-1


And here is the output of route -n monitor from before restarting rtsold and
when the route got deleted

got message of size 248 on Sat Feb 13 11:09:40 2021
RTM_ADD: Add Route: len 248, pid: 0, seq 0, errno 0, flags:<UP,GATEWAY,DONE>
locks:  inits: 
sockaddrs: <DST,GATEWAY,NETMASK>
 :: fe80::1:1%re0 ::

got message of size 248 on Sat Feb 13 11:10:41 2021
RTM_DELETE: Delete Route: len 248, pid: 0, seq 0, errno 0, flags:<GATEWAY,DONE>
locks:  inits: 
sockaddrs: <DST,GATEWAY,NETMASK>
 :: fe80::1:1%re0 ::

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list