summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1996-03-23 01:32:30 +0000
committerfenner <fenner@FreeBSD.org>1996-03-23 01:32:30 +0000
commit02d2342bc2d78ff157a84154ae3b835da1020fa7 (patch)
tree5a6a6e061e842ce19bb534986fea8f35b3fee56f /sys/netinet/if_ether.h
parent84632cab799768cfd3297fc5671988460e48e292 (diff)
downloadFreeBSD-src-02d2342bc2d78ff157a84154ae3b835da1020fa7.zip
FreeBSD-src-02d2342bc2d78ff157a84154ae3b835da1020fa7.tar.gz
Send ARP's for aliased subnets with the proper source address.
Get rid of ac->ac_ipaddr and arpwhohas() since they assume that an interface has only one address. Obtained from: BSD/OS 2.1, via Rich Stevens <rstevens@noao.edu>
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r--sys/netinet/if_ether.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index 387dc38..54c71c3 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.h 8.3 (Berkeley) 5/2/95
- * $Id: if_ether.h,v 1.12 1995/12/05 02:01:42 davidg Exp $
+ * $Id: if_ether.h,v 1.13 1995/12/09 16:06:54 phk Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
@@ -120,7 +120,6 @@ struct arpcom {
*/
struct ifnet ac_if; /* network-visible interface */
u_char ac_enaddr[6]; /* ethernet hardware address */
- struct in_addr ac_ipaddr; /* copy of ip address- XXX */
struct ether_multi *ac_multiaddrs; /* list of ether multicast addrs */
int ac_multicnt; /* length of ac_multiaddrs list */
};
OpenPOWER on IntegriCloud