Skip to content

nettools/n-ipv4ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n-ipv4ll

IPv4 Link-Local Address Selection

The n-ipv4ll project implements link-local address selection for IPv4 as defined in RFC-3927. The implementation is linux-only and relies on modern linux kernel behavior and features.

Project

Requirements

The requirements for this project are:

  • Linux kernel >= 3.19
  • libc (e.g., glibc >= 2.16)

At build-time, the following software is required:

  • meson >= 0.41
  • pkg-config >= 0.29

Build

To build this project, run:

mkdir build
cd build
meson setup ..
ninja
meson test
ninja install

Repository:

License:

  • Apache-2.0 OR LGPL-2.1-or-later
  • See AUTHORS file for details.