forked from greenITea/libmnlxt
-
Notifications
You must be signed in to change notification settings - Fork 0
A user space library to exchange (network) configuration via Netlink.
License
fcntl/libmnlxt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libmnlxt is a user space (linux only) system library build on top of libmnl. It provides functionality of iproute2 tools for system developers, available via C API. It allows you to configure the linux system or read it's configuration via Netlink. The library is designed to be simple in use without deep knowledge of Netlink (see tests folder for examples). It is also very flexible. You can use the core functionality with more control or you can take take the easy way by using combined functions. The library is not 100% complete yet, but it is very easy to extend and to add new functionality.
About
A user space library to exchange (network) configuration via Netlink.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 97.8%
- Makefile 1.2%
- Other 1.0%