mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
14 lines
340 B
Diff
14 lines
340 B
Diff
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652418
|
|
https://bugs.gentoo.org/599400
|
|
|
|
--- a/if_info.c
|
|
+++ b/if_info.c
|
|
@@ -186,6 +186,7 @@
|
|
if (newflags & IFF_UP) {
|
|
switch(info->state) {
|
|
case ST_DOWN:
|
|
+ case ST_DOWNANDOUT:
|
|
info->state = ST_INACTIVE;
|
|
break;
|
|
|