Deleted Added
full compact
40c40
< * $FreeBSD: head/sys/netgraph/ng_ether.c 62143 2000-06-26 23:34:54Z archie $
---
> * $FreeBSD: head/sys/netgraph/ng_ether.c 62678 2000-07-06 15:35:59Z julian $
66a67
> #define IFP2AC(IFP) ((struct arpcom *)IFP)
496a498
> struct ether_header *eh;
508a511,514
> /* drop in the MAC address */
> eh = mtod(m, struct ether_header *);
> bcopy((IFP2AC(priv->ifp))->ac_enaddr, eh->ether_shost, 6);
>