mirror of https://github.com/OpenIPC/firmware.git
12 lines
339 B
Diff
12 lines
339 B
Diff
diff -drupN a/include/net/ip.h b/include/net/ip.h
|
|
--- a/include/net/ip.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/include/net/ip.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -180,6 +180,7 @@ struct ip_reply_arg {
|
|
/* -1 if not needed */
|
|
int bound_dev_if;
|
|
u8 tos;
|
|
+ kuid_t uid;
|
|
};
|
|
|
|
#define IP_REPLY_ARG_NOSRCCHECK 1
|