aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_arp.h
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-06-26 23:34:54 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-06-26 23:34:54 +0000
commite1e1452d61eba73053f24863d9724d24bec9424c (patch)
treea110d9f771df2cebe8605938647401f7e8449d5f /sys/net/if_arp.h
parent29f42a6aee893e76b5d8e03399b90e3ebd483696 (diff)
Notes
Diffstat (limited to 'sys/net/if_arp.h')
-rw-r--r--sys/net/if_arp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h
index 5bfbe4b65567..67609725678a 100644
--- a/sys/net/if_arp.h
+++ b/sys/net/if_arp.h
@@ -102,9 +102,7 @@ struct arpcom {
struct ifnet ac_if; /* network-visible interface */
u_char ac_enaddr[6]; /* ethernet hardware address */
int ac_multicnt; /* length of ac_multiaddrs list */
-/* #ifdef NETGRAPH */
- void *ac_ng; /* hook to hang netgraph stuff off */
-/* #endif */
+ void *ac_netgraph; /* ng_ether(4) netgraph node info */
};
extern u_char etherbroadcastaddr[6];