summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_frame_relay.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-11-01 00:31:14 +0000
committerjulian <julian@FreeBSD.org>1999-11-01 00:31:14 +0000
commit58e6bf41a617bf7506852f363a037d91c91c8251 (patch)
tree4e0da4faadbabb606f78b28d763833318292546b /sys/netgraph/ng_frame_relay.c
parentc873ab347f06be8bfb334084760057811165ec63 (diff)
downloadFreeBSD-src-58e6bf41a617bf7506852f363a037d91c91c8251.zip
FreeBSD-src-58e6bf41a617bf7506852f363a037d91c91c8251.tar.gz
Start making the contents of the generic framework opaque to the nodes.
This step: IDs are no-longer the address of the node. Reviewd by: Archie@freebsd.org
Diffstat (limited to 'sys/netgraph/ng_frame_relay.c')
-rw-r--r--sys/netgraph/ng_frame_relay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netgraph/ng_frame_relay.c b/sys/netgraph/ng_frame_relay.c
index 97ba1a5..d3b326b 100644
--- a/sys/netgraph/ng_frame_relay.c
+++ b/sys/netgraph/ng_frame_relay.c
@@ -78,7 +78,6 @@ struct ctxinfo { /* one per active hook */
#define MAX_CT 16 /* # of dlci's active at a time (POWER OF 2!) */
struct frmrel_softc {
int unit; /* which card are we? */
- char nodename[NG_NODELEN + 1]; /* store our node name */
int datahooks; /* number of data hooks attached */
node_p node; /* netgraph node */
int addrlen; /* address header length */
OpenPOWER on IntegriCloud