[Bug 211219] [e1000] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2018-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 Mark Linimon changed: What|Removed |Added Keywords||patch Summary|NIC status

[Bug 166724] [re] if_re watchdog timeout

2018-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166724 Igor Zabelin changed: What|Removed |Added CC||ig...@yandex.ru --- Comment #31 fro

Problem reports for n...@freebsd.org that need special attention

2018-08-12 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 229384] Can't remove address from carp

2018-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229384 --- Comment #14 from Kajetan Staszkiewicz --- The issues described here happen both on VM and hardware. I switched to testing things on VMs because they reboot way faster. They do happen on hardware too. -- You are receiving this mail bec

[Bug 230571] src/sys/dev/e1000/if_em.c:796]: (style) Same expression on both sides of '|'

2018-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230571 Mark Linimon changed: What|Removed |Added CC||sbr...@freebsd.org Keywor

[Bug 229384] Can't remove address from carp

2018-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229384 --- Comment #15 from Kajetan Staszkiewicz --- No patch I fetched from HEAD made 11.2 fully stable, so yes, none "sounds like fixing". But I think we are dealing here with two separate bugs. One is really easy to trigger by just adding same

When ethernet wire is unplugged, the interface keeps its IP address and the default route stays up

2018-08-12 Thread Yuri
When ethernet is unplugged, the interface keeps its IP, and the default route stays, so WiFi fails to become functional. It is necessary to run 'ifconfig {iface} inet remove' before connecting to WiFi. How is this supposed to function, because regular user shouldn't be required to run comma