mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
回推到d292938262 (diff-d29d8326a73da875bb76462833c6db678a92c6b658fcd67e20e2fc338b51967d)
有问题。
14 lines
411 B
Diff
Executable file
14 lines
411 B
Diff
Executable file
--- a/net/core/dev.c 2018-08-10 10:31:41.199494561 +0200
|
|
+++ b/net/core/dev.c 2018-08-10 10:32:03.635272509 +0200
|
|
@@ -6613,9 +6613,11 @@
|
|
}
|
|
}
|
|
if (dev->flags != old_flags) {
|
|
+ /*
|
|
pr_info("device %s %s promiscuous mode\n",
|
|
dev->name,
|
|
dev->flags & IFF_PROMISC ? "entered" : "left");
|
|
+ */
|
|
if (audit_enabled) {
|
|
current_uid_gid(&uid, &gid);
|
|
audit_log(current->audit_context, GFP_ATOMIC,
|