[Bug 253487] if_wg module multiple ipv4 in allowed-ips will cause all IPs' subnet mask become the same.

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253487 n...@myuji.xyz changed: What|Removed |Added Version|CURRENT |13.0-STABLE Severity|Aff

[Bug 253487] if_wg module multiple ipv4 in allowed-ips will cause all IPs' subnet mask become the same.

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253487 --- Comment #3 from n...@myuji.xyz --- https://reviews.freebsd.org/D28655 The above commit fixes this issue. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-

[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 253488] wg(4) IPv6 endpoints not supported yet

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

[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 253487] if_wg module multiple ipv4 in allowed-ips will cause all IPs' subnet mask become the same.

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

[Bug 214558] [tcp] Improve descriptions for sysctl net.inet.tcp.keepinit

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214558 Richard Scheffenegger changed: What|Removed |Added CC||rsch...@freebsd.org

[Bug 140597] [tcp] [patch] implement Lost Retransmission Detection

2021-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=140597 Richard Scheffenegger changed: What|Removed |Added CC||rsch...@freebsd.org

[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 ---