MatrixAI / netlink-hs

Haskell Netlink Library
https://matrix.ai
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Get and Put - Parsing and Generation of Route Netlink #3

Closed ksenia-portu closed 4 years ago

CMCDragonkai commented 4 years ago
  1. Get the get* and put* commands working for ROUTE netlink, the top level netlink has been done in Netlink.hs.
  2. Turn them into monadic async actions
  3. Turn that into an event queue

Then we tackle GENERIC netlink family. And then... that will be it for now. For relay integration. In the future, we have firewall stuff to do.

CMCDragonkai commented 4 years ago

@ksenia-portu give me an ETA on the get/put functionality.

The other functonality we will put in separate MRs.