X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fipv6%2Fndisc.c;h=67cfc3813c32d049794c34bfc0ecb8ddfa3f1bf4;hb=beb8d13bed80f8388f1a9a107d07ddd342e627e8;hp=dfa20d3be9b69ec23db998c2e5268e38ab60a41a;hpb=5501972e0b5857bc8354770d900ceb9b40c7f6b7;p=linux-2.6-omap-h63xx.git diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index dfa20d3be9b..67cfc3813c3 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -48,7 +48,6 @@ #endif #include -#include #include #include #include @@ -420,6 +419,7 @@ static inline void ndisc_flow_init(struct flowi *fl, u8 type, fl->proto = IPPROTO_ICMPV6; fl->fl_icmp_type = type; fl->fl_icmp_code = 0; + security_sk_classify_flow(ndisc_socket->sk, fl); } static void ndisc_send_na(struct net_device *dev, struct neighbour *neigh,