summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ether.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-02-20 08:26:27 +0000
committerpjd <pjd@FreeBSD.org>2004-02-20 08:26:27 +0000
commit4a0eb3ce03d54ff9fbd72770cfd1c15a032c3393 (patch)
tree899a8124743aa5214cabafa8d2bc1c81bdf053dd /sys/netgraph/ng_ether.h
parentbf4ea3aa0d6dbae1deda3f2e95d4ed3c77866ef7 (diff)
downloadFreeBSD-src-4a0eb3ce03d54ff9fbd72770cfd1c15a032c3393.zip
FreeBSD-src-4a0eb3ce03d54ff9fbd72770cfd1c15a032c3393.tar.gz
Backout previous change, it breaks build and it is not needed
layering violation. As pointed out, there is much better way to do this. Sorry guys, I need to find a better way to force reviews. Requested by: harti, julian, scottl (mentor) Pointy hat to: pjd
Diffstat (limited to 'sys/netgraph/ng_ether.h')
-rw-r--r--sys/netgraph/ng_ether.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h
index 7dbb419..98a0b4c 100644
--- a/sys/netgraph/ng_ether.h
+++ b/sys/netgraph/ng_ether.h
@@ -65,17 +65,5 @@ enum {
NGM_ETHER_SET_AUTOSRC, /* enable/disable src addr override */
};
-/* Per-node private data */
-struct ng_ether_private {
- struct ifnet *ifp; /* associated interface */
- hook_p upper; /* upper hook connection */
- hook_p lower; /* lower OR orphan hook connection */
- u_char lowerOrphan; /* whether lower is lower or orphan */
- u_char autoSrcAddr; /* always overwrite source address */
- u_char promisc; /* promiscuous mode enabled */
- u_long hwassist; /* hardware checksum capabilities */
- u_int flags; /* flags e.g. really die */
-};
-
#endif /* _NETGRAPH_NG_ETHER_H_ */
OpenPOWER on IntegriCloud