nl-neigh-add
Command line interface utils for libnl3
Install
- All systems
-
curl cmd.cat/nl-neigh-add.sh
- Debian
-
apt-get install libnl-utils
- Ubuntu
-
apt-get install libnl-utils
- Alpine
-
apk add libnl
- Arch Linux
-
pacman -S libnl
- Kali Linux
-
apt-get install libnl-utils
- CentOS
-
yum install libnl3-cli
- Fedora
-
dnf install libnl3-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnl-utils
- Raspbian
-
apt-get install libnl-utils
- Dockerfile
- dockerfile.run/nl-neigh-add
- Docker
-
docker run cmd.cat/nl-neigh-add nl-neigh-add
powered by Commando
libnl3-cli
Command line interface utils for libnl3
libnl-utils
Utilities for dealing with netlink sockets
This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. These utilities help dealing with netlink sockets.
libnl
This package contains a convenience library to simplify
using the Linux kernel's netlink sockets interface for network manipulation