cvs commit: src/sys/netgraph/atm ng_uni.h src/sys/netgraph/atm/uni ng_uni.c ng_uni_cust.h src/sys/modules/netgraph/atm Makefile src/sys/modules/netgraph/atm/uni Makefile

Hartmut Brandt harti at FreeBSD.org
Fri Nov 7 01:15:15 PST 2003


harti       2003/11/07 01:15:14 PST

  FreeBSD src repository

  Modified files:
    sys/modules/netgraph/atm Makefile 
  Added files:
    sys/netgraph/atm     ng_uni.h 
    sys/netgraph/atm/uni ng_uni.c ng_uni_cust.h 
    sys/modules/netgraph/atm/uni Makefile 
  Log:
  The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
  handles user and network side signaling and partly PNNI.
  
  Revision  Changes    Path
  1.4       +2 -1      src/sys/modules/netgraph/atm/Makefile
  1.1       +17 -0     src/sys/modules/netgraph/atm/uni/Makefile (new)
  1.1       +119 -0    src/sys/netgraph/atm/ng_uni.h (new)
  1.1       +932 -0    src/sys/netgraph/atm/uni/ng_uni.c (new)
  1.1       +152 -0    src/sys/netgraph/atm/uni/ng_uni_cust.h (new)


More information about the cvs-src mailing list