mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 13:10:29 +01:00
5470816839 test: increase timeout on test-veth d44dfa1ba7 build: update c-stdaux 26b10b6514 build: pull in submodule updates 7817fc0a95 n-acd: switch to c-stdaux 5033b2ecdd n-acd: include dependency headers aaf2a66788 build: update README b9448eff98 build: pull in c-stdaux 8ac364e9a3 test: raise MEMLOCK if possible 3cd197162e ci: drop root 0289a33412 test: allow running without root 67a343fe87 build: update email address 3c364ba95f build: bump version d0f7d71fa1 build: document build configuration options 014b00cd27 build: fill in NEWS 180990288a n-acd: document API 79904585df build: update submodules 8185e6ed89 build: reduce boilerplate git-subtree-dir: shared/n-acd git-subtree-split: 54708168399f1662c652b5931608e5077ef462f6
1.6 KiB
1.6 KiB
n-acd
IPv4 Address Conflict Detection
The n-acd project implements the IPv4 Address Conflict Detection standard as defined in RFC-5227. The state machine is implemented in a shared library and provides a stable ISO-C11 API. The implementation is linux-only and relies heavily on the API behavior of recent linux kernel releases.
Project
- Website: https://nettools.github.io/n-acd
- Bug Tracker: https://github.com/nettools/n-acd/issues
- Mailing-List: https://groups.google.com/forum/#!forum/nettools-devel
Requirements
The requirements for this project are:
Linux kernel >= 3.19libc(e.g.,glibc >= 2.16)
At build-time, the following software is required:
meson >= 0.41pkg-config >= 0.29
Build
The meson build-system is used for this project. Contact upstream documentation for detailed help. In most situations the following commands are sufficient to build and install from source:
mkdir build
cd build
meson setup ..
ninja
meson test
ninja install
The following configuration options are available:
ebpf: This boolean controls whetherebpffeatures are used to improve the package filtering performance. If disabled, classic bpf will be used. This feature requires a rather recent kernel (>=3.19). Default is: true
Repository:
- web: https://github.com/nettools/n-acd
- https:
https://github.com/nettools/n-acd.git - ssh:
git@github.com:nettools/n-acd.git
License:
- Apache-2.0 OR LGPL-2.1-or-later
- See AUTHORS file for details.