SUNRPC: Optimise away svc_recv_available
[deliverable/linux.git] / net / core / neighbour.c
index 559890b0f0a2c6aaac5dc16878e2a4ff16a55933..ef31fef25e5a872eb6565c1d57953d0c6558d2c7 100644 (file)
@@ -2249,7 +2249,7 @@ static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn,
        ndm->ndm_pad1    = 0;
        ndm->ndm_pad2    = 0;
        ndm->ndm_flags   = pn->flags | NTF_PROXY;
-       ndm->ndm_type    = NDA_DST;
+       ndm->ndm_type    = RTN_UNICAST;
        ndm->ndm_ifindex = pn->dev->ifindex;
        ndm->ndm_state   = NUD_NONE;
 
This page took 0.024576 seconds and 5 git commands to generate.