From 58e6bf41a617bf7506852f363a037d91c91c8251 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 1 Nov 1999 00:31:14 +0000 Subject: 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 --- sys/netgraph/ng_pppoe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netgraph/ng_pppoe.h') diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h index 04bec47..53061d1 100644 --- a/sys/netgraph/ng_pppoe.h +++ b/sys/netgraph/ng_pppoe.h @@ -82,8 +82,8 @@ enum cmd { ***********************/ /* This structure is returned by the NGM_PPPOE_GET_STATUS command */ struct ngpppoestat { - u_int packets_in; /* packets in from downstream */ - u_int packets_out; /* packets out towards downstream */ + u_int packets_in; /* packets in from ethernet */ + u_int packets_out; /* packets out towards ethernet */ }; /* -- cgit v1.1