From 6117db7678e1175d482ce4a2a31203d39f050319 Mon Sep 17 00:00:00 2001 From: jamal Date: Thu, 4 Feb 2010 14:50:56 -0500 Subject: NET: fix oops at bootime in sysctl code This fixes the boot time oops on the 2.6.32-stable tree. It is needed only in this tree due to the divergance from upstream. From: jamal Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- kernel/sysctl_check.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index b6e7aaea4604..469193ccf5b7 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c @@ -220,6 +220,7 @@ static const struct trans_ctl_table trans_net_ipv4_conf_vars_table[] = { { NET_IPV4_CONF_PROMOTE_SECONDARIES, "promote_secondaries" }, { NET_IPV4_CONF_ARP_ACCEPT, "arp_accept" }, { NET_IPV4_CONF_ARP_NOTIFY, "arp_notify" }, + { NET_IPV4_CONF_SRC_VMARK, "src_valid_mark" }, {} }; -- cgit v1.2.3