summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-11-07 09:15:14 +0000
committerharti <harti@FreeBSD.org>2003-11-07 09:15:14 +0000
commitbc878862fbc4798e04c8409847d74f17bcdc12b3 (patch)
treef5b09f10560d3951b4cb234fbce157e740860b61 /sys/modules/netgraph
parent95fb3f9279d63e253796f0b63d8130815a577112 (diff)
downloadFreeBSD-src-bc878862fbc4798e04c8409847d74f17bcdc12b3.zip
FreeBSD-src-bc878862fbc4798e04c8409847d74f17bcdc12b3.tar.gz
The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
handles user and network side signaling and partly PNNI.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/atm/Makefile3
-rw-r--r--sys/modules/netgraph/atm/uni/Makefile17
2 files changed, 19 insertions, 1 deletions
diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile
index 2297bd5..c8c4d5d 100644
--- a/sys/modules/netgraph/atm/Makefile
+++ b/sys/modules/netgraph/atm/Makefile
@@ -5,7 +5,8 @@ SUBDIR= \
atmbase \
atmpif \
sscfu \
- sscop
+ sscop \
+ uni
.include <bsd.subdir.mk>
diff --git a/sys/modules/netgraph/atm/uni/Makefile b/sys/modules/netgraph/atm/uni/Makefile
new file mode 100644
index 0000000..57c20b0
--- /dev/null
+++ b/sys/modules/netgraph/atm/uni/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <harti@freebsd.org>
+#
+
+LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
+
+.PATH: ${.CURDIR}/../../../../netgraph/atm/uni
+.PATH: ${LIBBASE}/netnatm/sig
+
+KMOD= ng_uni
+SRCS= ng_uni.c sig_call.c sig_uni.c sig_party.c sig_coord.c \
+ sig_reset.c sig_verify.c sig_print.c sig_unimsgcpy.c
+
+CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud