@hackage rtnetlink0.1.0.2
Manipulate network devices, addresses, and routes on Linux
Categories
License
BSD-3-Clause
Maintainer
Ben Hamlin <protob3n@gmail.com>
Links
Versions
Installation
Dependencies (10)
- base >=4.7 && <4.10
- bytestring >=0.10 && <0.11
- cereal >=0.5 && <0.6
- monad-loops >=0.4 && <0.5
- mtl >=2.2 && <2.3
- pretty-hex >=1.0 && <1.1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
examples
(off by default)
Build example programs
A high-level, extensible, pure Haskell interface to the ROUTE_NETLINK subsystem of netlink for manipulating network devices on Linux. RTNetlink provides the RTNL monad to simplify sending and receiving messages, pre-built types for manipulating devices and addresses, and typeclasses for creating your own messages, based on linux/netlink.h, linux/rtnetlink.h, et al.