You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/netplug/files/netplug-1.2.9.2-downandout....

14 lines
340 B

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;