diff --git a/[refs] b/[refs] index 0f3e37e4eabe..8c95e530f638 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e56e3800ea42e78b7c816bdd2d87d047be80541 +refs/heads/master: 3085a4b7d33eb3111244173d1383256e94d249a5 diff --git a/trunk/net/ipv4/route.c b/trunk/net/ipv4/route.c index 919d69e60bab..6a5afc715558 100644 --- a/trunk/net/ipv4/route.c +++ b/trunk/net/ipv4/route.c @@ -2327,9 +2327,6 @@ out: return err; rth->rt_key_tos = tos; rth->rt_dst = daddr; rth->rt_src = saddr; -#ifdef CONFIG_IP_ROUTE_CLASSID - rth->dst.tclassid = itag; -#endif rth->rt_route_iif = dev->ifindex; rth->rt_iif = dev->ifindex; rth->rt_oif = 0;