MatrixAI / netlink-hs

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

Create test that showcases the usage of rtnetlink #5

Closed CMCDragonkai closed 2 years ago

CMCDragonkai commented 4 years ago
  1. Veth pair creation and destruction
  2. Bridge creation and destruction
  3. IP address assignment
CMCDragonkai commented 4 years ago

We can learn from this https://github.com/formaltech/rtnetlink-hs/blob/master/tests/Main.hs

CMCDragonkai commented 2 years ago

Closed in favour of MatrixOS.