[Bug 245103] IPv6: update v6 temporary address lifetime according to rfc4941bis

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245103 --- Comment #14 from Marek Zarychta --- After testing Fernando's patch a little more, I can confirm it works OK. With the settings: net.inet6.ip6.tempvltime=6000 net.inet6.ip6.temppltime=3000 there is always one deprecated temporary address

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 --- Comment #10 from Michael Tuexen --- (In reply to Mike Karels from comment #9) I was assuming that struct ether_addr is the structure used for holding an Ethernet address, which is a 6 byte entity. But if it is more generic, forget about

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 Mike Karels changed: What|Removed |Added CC||kar...@freebsd.org --- Comment #9 fr

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 --- Comment #8 from Michael Tuexen --- (In reply to Ronald Klop from comment #5) I see. So ether_gen_addr(ue->ue_ifp, (struct ether_addr *)sc->sc_ue.ue_eaddr); would work. -- You are receiving this mail because: You are the assignee for t

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 --- Comment #7 from Ronald Klop --- (In reply to Ronald Klop from comment #6) This is the mention of the testing. https://lists.freebsd.org/archives/freebsd-arm/2023-September/003111.html "The new kernel prints the "No MAC address found" me

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 --- Comment #6 from Ronald Klop --- (In reply to Zhenlei Huang from comment #2) See the mail thread. Patrick M. Hausen has tested it 1 time and it crashed. Probably something simple I overlooked. He will try to get more output of the panic

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 --- Comment #5 from Ronald Klop --- (In reply to Michael Tuexen from comment #3) Variable sc->sc_ue.ue_eaddr is a different type than what the function expects. uint8_t[] vs struct ether_addr -- You are receiving this mail because: You ar

[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092 punkt.de Hosting Team changed: What|Removed |Added CC||m...@punkt.de --- Comment