summaryrefslogtreecommitdiffstats
path: root/rules/libmnl.in
blob: aa71e5d05cccacb215b0a707ec4bee383711f0db (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=networking

config LIBMNL
	bool
	prompt "libmnl"
	help
		libmnl is a minimalistic user-space library oriented to Netlink
		developers. There are a lot of common tasks in parsing, validating,
		constructing of both the Netlink header and TLVs that are repetitive
		and easy to get wrong. This library aims to provide simple helpers
		that allows you to re-use code and to avoid re-inventing the wheel.