diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-08-04 13:36:27 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-08-04 13:36:27 +0000 |
| commit | 447a8026ec91f7bb390b2918aa64e1660e4a94e1 (patch) | |
| tree | 94110a2631393882b53d30a860b3ee1c3ac76eca /sys/netgraph | |
| parent | 45c89f1e05381d265046bac531883f4c15ee028c (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_ether.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c index 3deb86387030..9e3c5c319ba9 100644 --- a/sys/netgraph/ng_ether.c +++ b/sys/netgraph/ng_ether.c @@ -301,7 +301,6 @@ ng_ether_attach(struct ifnet *ifp) NG_NODE_SET_PRIVATE(node, priv); priv->ifp = ifp; IFP2NG(ifp) = node; - priv->autoSrcAddr = 1; priv->hwassist = ifp->if_hwassist; /* Try to give the node the same name as the interface */ |
