summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-11-03 09:18:52 +0000
committerharti <harti@FreeBSD.org>2003-11-03 09:18:52 +0000
commit95ff7648c4b81dd1a7cf3c8de107d78721401a59 (patch)
treeb267e312777f51352f0a810e4bea9555ba7ad795 /sys/modules/netgraph
parented133f5db54a71a83f22db92bd201e155364eb5b (diff)
downloadFreeBSD-src-95ff7648c4b81dd1a7cf3c8de107d78721401a59.zip
FreeBSD-src-95ff7648c4b81dd1a7cf3c8de107d78721401a59.tar.gz
Put the address handling, traffic descripto handling and the
message encoding and decoding stuff into the base module. All of this is accessed by several of the NgATM modules and putting this into atmbase reduceds the memory footprint.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/atm/atmbase/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile
index 98af2e8..1ad4bb6 100644
--- a/sys/modules/netgraph/atm/atmbase/Makefile
+++ b/sys/modules/netgraph/atm/atmbase/Makefile
@@ -7,9 +7,11 @@ LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
.PATH: ${.CURDIR}/../../../../netgraph/atm
.PATH: ${LIBBASE}/netnatm/misc
+.PATH: ${LIBBASE}/netnatm/msg
KMOD= ngatmbase
-SRCS= ngatmbase.c unimsg_common.c
+SRCS= ngatmbase.c unimsg_common.c straddr.c \
+ traffic.c uni_ie.c uni_msg.c
CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
OpenPOWER on IntegriCloud