mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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.
This commit is contained in:
parent
5ba1bf11b6
commit
ed70dde057
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue