Loading include/linux/inetdevice.h +0 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,6 @@ struct ipv4_devconf DECLARE_BITMAP(state, __NET_IPV4_CONF_MAX - 1); }; extern struct ipv4_devconf ipv4_devconf; struct in_device { struct net_device *dev; Loading net/ipv4/devinet.c +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ #include <net/rtnetlink.h> #include <net/net_namespace.h> struct ipv4_devconf ipv4_devconf = { static struct ipv4_devconf ipv4_devconf = { .data = { [NET_IPV4_CONF_ACCEPT_REDIRECTS - 1] = 1, [NET_IPV4_CONF_SEND_REDIRECTS - 1] = 1, Loading Loading
include/linux/inetdevice.h +0 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,6 @@ struct ipv4_devconf DECLARE_BITMAP(state, __NET_IPV4_CONF_MAX - 1); }; extern struct ipv4_devconf ipv4_devconf; struct in_device { struct net_device *dev; Loading
net/ipv4/devinet.c +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ #include <net/rtnetlink.h> #include <net/net_namespace.h> struct ipv4_devconf ipv4_devconf = { static struct ipv4_devconf ipv4_devconf = { .data = { [NET_IPV4_CONF_ACCEPT_REDIRECTS - 1] = 1, [NET_IPV4_CONF_SEND_REDIRECTS - 1] = 1, Loading