rtnetlink

Manipulate network devices, addresses, and routes on Linux

https://github.com/protoben/rtnetlink.hs

Latest on Hackage:0.2.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ben Hamlin
Maintained by Ben Hamlin

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.