Linux kernel Netlink examples inspired by "Why and How to Use Netlink Socket"
-
Updated
Jan 4, 2022 - C
Linux kernel Netlink examples inspired by "Why and How to Use Netlink Socket"
This is a daemon and helper scripts to run program in network namespace.
This is a UDP echo server demo program. Unlike conventional UDP programs, the server and the client in this program are located in different network namespace. Two different network namespaces are connected by a bridge br0 created by OpenvSwitch.
Add a description, image, and links to the network-namespace topic page so that developers can more easily learn about it.
To associate your repository with the network-namespace topic, visit your repo's landing page and select "manage topics."