[Bug 253469] IPv6 default route vanishes

2021-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #15 from courtney.hic...@icloud.com --- I can confirm this is an issue with the driver. Popped in my PCIe NIC and my problem is gone: igb3@pci0:3:0:3:class=0x02 rev=0x01 hdr=0x00 vendor=0x8086 device=0x150e subvendor

[Bug 253469] IPv6 default route vanishes

2021-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #14 from courtney.hic...@icloud.com --- Poo, that sucks. I could probably take the extra card out of my server tonight. It's an Intel 82580. Here is the ifmcstat for now re0: inet 192.168.10.201 igmpv3 rv 2 qi 1

[Bug 253469] IPv6 default route vanishes

2021-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #13 from Alexander V. Chernikov --- It looks like Bjoern's diagnostics was right. So far it looks like a potential problem w.r.t programming multicast groups in the driver. Could you consider sharing `ifmcstat` output? Is ther

[Bug 253469] IPv6 default route vanishes

2021-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #12 from courtney.hic...@icloud.com --- Just updated to the latest updates in releng/13.0, I did see nd6 updates but no dice on fixing the issue: FreeBSD towerDefense 13.0-BETA2 FreeBSD 13.0-BETA2 #9 1e76911d6: Mon Feb 15 20:52:

[Bug 253469] IPv6 default route vanishes

2021-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #11 from courtney.hic...@icloud.com --- For the nd6_options message, I only see it twice. Looking at it, it looks to come around the completion of DAD for my re0 link local and autoconf IPv6 address. Sorry if some of my terminolo

[Bug 253469] IPv6 default route vanishes

2021-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 Bjoern A. Zeeb changed: What|Removed |Added CC||b...@freebsd.org --- Comment #10

[Bug 253469] IPv6 default route vanishes

2021-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #9 from Alexander V. Chernikov --- Good. So from ICMP6 input histogram, it can be seen we received these RA messages. Do you see multiple messages "nd6_options: unsupported option 24 - option ignored "? As far as I understand,

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #8 from courtney.hic...@icloud.com --- netstat -sp icmp6 icmp6: 2 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation Outp

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #7 from Alexander V. Chernikov --- Okay, so we're receiving RAs but for some reason they are ignored. Could you consider: 1) sharing netstat -sp icmp6 output? 2) turn on sysctl net.inet6.icmp6.nd6_debug=1 & check dmesg if there

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #6 from courtney.hic...@icloud.com --- I watched my systems more. My one that is having issues will let my...I can't think of the words, information(?) expire. Watching my 12.2 machine with ndp -r I see the expiration time refres

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #5 from courtney.hic...@icloud.com --- I believe my router will send out RA messages periodically. I have just been using rtsol to see what changes. I have these in my rc.conf. Let me verify some of these things on my other 12.2

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #4 from Alexander V. Chernikov --- Okay, so it's actually not the userland who adds/removes the route, as the "PID" valued of the rtsock messages is 0. what is the output of "ndp -r" closer to the route expiration? How does "nd

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #3 from courtney.hic...@icloud.com --- I forgot to note, I found out that if I manually add the route, it does not go away sudo route -6 add default fe80::1:1%re0 So rtsol is removing the routes? Or something upstream is tellin

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 --- Comment #2 from courtney.hic...@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

[Bug 253469] IPv6 default route vanishes

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 Alexander V. Chernikov changed: What|Removed |Added CC||melif...@freebsd.org ---

[Bug 253469] IPv6 default route vanishes

2021-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253469 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv