CAPWAP Datapath element
BUILDING
Build tools: gcc, automake, autoconf, libtool, shtool
Mandatory build dependencies:
Optional build dependencies:
On Debian/Ubuntu
# ./autogen.sh
# ./configure
# make
Docker container images
This repository also creates a Docker image which can be used as a base for other images to create a CAPWAP AC data path. At the time of writing we recommend to use this base image for testing and development. You can use the host network and need network interfaces to be configured beforehand.
To add a custom configuration to the container, a volume may be mounted
to /etc/capwap-dp.conf
.