[Bug 272666] FreeBSD arm64 Azure panic in add_route

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272666

Mina Galić  changed:

   What|Removed |Added

 CC||free...@igalic.co
 Status|New |Open
   Hardware|Any |arm64

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272666] FreeBSD arm64 Azure panic in add_route

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272666

--- Comment #4 from schakraba...@microsoft.com  ---
Also it only happens if the reboot is called from the serial console, but if
the reboot is done from the Azure portal, then there is no issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272686] missing network driver for Realtek RTL 8125BG

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272686

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org

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


[Bug 233683] IPv6 ND neighbor solicitation messages fail to arrive

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233683

--- Comment #19 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=9c9a76dc6873427b14f6c84397dd60ea8e529d8d

commit 9c9a76dc6873427b14f6c84397dd60ea8e529d8d
Author: Kristof Provost 
AuthorDate: 2023-07-20 07:41:45 +
Commit: Kristof Provost 
CommitDate: 2023-07-24 14:47:34 +

mld: always commit state changes on leaving

Resolve a race condition where we'd lose the Solicited-node multicast
group subscription if we assigned the same IPv6 address twice.

PR: 233683
Reviewed by:ae
MFC after:  1 week
Sponsored by:   Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D41124

 sys/netinet6/mld6.c | 20 +++-
 1 file changed, 7 insertions(+), 13 deletions(-)

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


[Bug 233683] IPv6 ND neighbor solicitation messages fail to arrive

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233683

--- Comment #20 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b03012d0b600793d7501b4cc56757ec6150ec87f

commit b03012d0b600793d7501b4cc56757ec6150ec87f
Author: Kristof Provost 
AuthorDate: 2023-07-19 14:37:28 +
Commit: Kristof Provost 
CommitDate: 2023-07-24 14:47:50 +

netinet6 tests: test for loss of Solicited-node multicast groups

The multicast code has an issue where it can lose the Solicited-node
multicast group subscription if the same address is added twice.

Test for this.

PR: 233683
MFC after:  1 week
Sponsored by:   Rubicon Communications, LLC ("Netgate")
Differential Revision:  https://reviews.freebsd.org/D41123

 tests/sys/netinet6/mld.sh | 40 
 1 file changed, 40 insertions(+)

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


[Bug 272686] missing network driver for Realtek RTL 8125BG

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272686

Stefan Eßer  changed:

   What|Removed |Added

 CC||s...@freebsd.org

--- Comment #1 from Stefan Eßer  ---
The RTL8125 driver is available as a port and package (net/realtek-re-kmod,
realtek-re-kmod), it is based on the driver sources provided by Realtek.

This driver is based on a very old version of the driver in FreeBSD, it lacks
support for features that have been introduced into FreeBSD since the date when
Realtek created its fork (e.g. NETMAP, generic PHY support).

The advantage of the Realtek driver is that it provides some 30 device specific
firmware patches that work around the bugs of each supported chip.

I had started to merge the RTL8125 specific functionality into the FreeBSD
driver, 3 years ago, but have given up since Realtek considers programming
information for their chips confidential and the example drivers did not
contain all information required for integration into if_re and the generic PHY
driver.

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


[Bug 214746] Carp ipv6 duplicate address detection

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214746

Stefan Bethke  changed:

   What|Removed |Added

 CC||s...@lassitu.de

--- Comment #5 from Stefan Bethke  ---
I just ran into this myself, 12.4-stable; I have carp for ipv4, plus a custom
script that configures the v6 VIP manually. I don't think I've seen this
hehavior before, where the failover has this issue.

I'll probably adjust my script to either wait a second or two, or watch out for
the duplicate flag and simply try again.

I couldn't find much documentation on the duplicate flag. As far as I can tell,
it sticks and disables that address permanently. I would have expected that
there would be a retry mechanism of some sort.

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