|
|
|
|
|
by gorgoiler
2192 days ago
|
|
Very nice! I love projects like this that return to first principles, and rebuild the core without the cruft. It is refreshing. The dependency on netlink adds a little to the code weight. Some of this also feels like it could just be a shell script (sh, unlike Go, ships with built in Linux support for netlink, and sticks with dotted-quad-string types for IP addresses instead of mixing with int32!) I did not realize cgroups were this simple to manipulate. Thank you for the enlightenment. |
|