summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2011-07-08 09:38:33 +0000
committerzec <zec@FreeBSD.org>2011-07-08 09:38:33 +0000
commit99a0b299b3e1499b4637e127d2dd98bbf780464e (patch)
treeaad8ef2126dd98c18ff880e797ec2c49495f9e91 /sys/net
parentcbb0abbaca8551d0b28a2e9050b36edd3a891bac (diff)
downloadFreeBSD-src-99a0b299b3e1499b4637e127d2dd98bbf780464e.zip
FreeBSD-src-99a0b299b3e1499b4637e127d2dd98bbf780464e.tar.gz
Permit ARP to proceed for IPv4 host routes for which the gateway is the
same as the host address. This already works fine for INET6 and ND6. While here, remove two function pointers from struct lltable which are only initialized but never used. MFC after: 3 days
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_llatbl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index 1f30f37..4b18353 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -151,7 +151,6 @@ struct lltable {
int llt_af;
struct ifnet *llt_ifp;
- struct llentry * (*llt_new)(const struct sockaddr *, u_int);
void (*llt_free)(struct lltable *, struct llentry *);
void (*llt_prefix_free)(struct lltable *,
const struct sockaddr *prefix,
@@ -159,8 +158,6 @@ struct lltable {
u_int flags);
struct llentry * (*llt_lookup)(struct lltable *, u_int flags,
const struct sockaddr *l3addr);
- int (*llt_rtcheck)(struct ifnet *, u_int flags,
- const struct sockaddr *);
int (*llt_dump)(struct lltable *,
struct sysctl_req *);
};
OpenPOWER on IntegriCloud