Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
/etc/portage/patches/net-misc/dhcpcd/noauth.patch
--- dhcp6.c.orig 2014-08-07 21:02:44.815806047 +0200
+++ dhcp6.c 2014-08-07 21:03:04.001526394 +0200
@@ -2656,7 +2656,7 @@
syslog(LOG_ERR,
"%s: unauthenticated %s from %s",
ifp->name, op, ctx->sfrom);
- return;
+ //return;
}
syslog(LOG_INFO, "%s: %s from %s",
ifp->name, op, ctx->sfrom);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment