[Bug 275228] Make /usr/share/examples/jails/jib use FreeBSD assigned MAC addresses

2023-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275228 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|j...@freebsd.org -- You are receiv

[Bug 275251] Realtek PCIe 2.5GbE Family Controller not being detected

2023-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275251 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Jamie Landeg-Jones
Mike Karels wrote: > Here, interface-name was a placeholder for the current name of the > interface. My newer code prints "drivername: igb1" at the end of > the list of values for "ifconfig $interface-name" or "ifconfig -a" > if the -D option is given. I decided that it was better to be able >

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Mike Karels
On 21 Nov 2023, at 19:35, Jamie Landeg-Jones wrote: > Mike Karels wrote: > >> I have a proof of concept that makes the presumed original name >> (driver name + unit number) available to ifconfig, which prints >> the string with everything else in the standard output format. >> I don't think that

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Jamie Landeg-Jones
Kristof Provost wrote: > > I believe a similar solution has been proposed before, and it failed to cope > with things like epair interfaces. > > I’d look in the direction of just adding a field to struct ifnet with the > original interface name (likely easily done in if_attach()), along with a n

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Jamie Landeg-Jones
Mike Karels wrote: > I have a proof of concept that makes the presumed original name > (driver name + unit number) available to ifconfig, which prints > the string with everything else in the standard output format. > I don't think that is the right solution, but the other details > should be eas

[Bug 275225] On ARM64 carp preempt not working as expected

2023-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275225 --- Comment #2 from Reid Linnemann --- Correction to my previous comment - both believe that have the lowest advskew, not advbase -- You are receiving this mail because: You are the assignee for the bug.

[Bug 275225] On ARM64 carp preempt not working as expected

2023-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275225 Reid Linnemann changed: What|Removed |Added CC||linnema...@gmail.com --- Comment

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Mike Karels
On 21 Nov 2023, at 12:16, Mina Galić wrote: > Hi Mike, > >> Mina, do you care about epair, or is the behavior I described sufficient >> for your purposes? > > I do deeply care about epair, but for me, ifinfo does the > right thing for me: > > root@irc:~ # ifinfo | grep Interface > Interface vnet0

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Mina Galić
Hi Mike, > Mina, do you care about epair, or is the behavior I described sufficient > for your purposes? I do deeply care about epair, but for me, ifinfo does the right thing for me: root@irc:~ # ifinfo | grep Interface Interface vnet0 (epair30): Interface lo0 (lo0): for one. For the other. Fo

[Bug 275225] On ARM64 carp preempt not working as expected

2023-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275225 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Mike Karels
On 21 Nov 2023, at 0:43, Franco Fichtner wrote: >> On 20. Nov 2023, at 23:06, Mike Karels wrote: >> >> On 20 Nov 2023, at 15:16, Franco Fichtner wrote: >> >>> All that is really missing is a way to print it via ifconfig command. >> >> That is trivial to add; I just tested it. It also has problem

[Bug 275228] Make /usr/share/examples/jails/jib use FreeBSD assigned MAC addresses

2023-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275228 Michael Osipov changed: What|Removed |Added CC||dte...@freebsd.org,

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Franco Fichtner
> On 21. Nov 2023, at 10:51, Ronald Klop wrote: > > Interesting. > > Is this: /usr/src/tools/tools/ifinfo ? Yes.

Re: How to tell if a network interface was renamed (and from what)

2023-11-21 Thread Ronald Klop
Interesting. Is this: /usr/src/tools/tools/ifinfo ? Regards, Ronald. Van: Franco Fichtner Datum: maandag, 20 november 2023 22:23 Aan: Kristof Provost CC: Mike Karels , "Mina Galic" , Zhenlei Huang , Kyle Evans , freebsd-net@freebsd.org Onderwerp: Re: How to tell if a network interface was re