// Package tc - "traffic control" // // Abstracts the tc library and simplifies the // ip manipulation and ematching on tc commands. // // See https://manpages.ubuntu.com/manpages/xenial/man8/tc.8.html for more detail. // // Essentially a wrapper library around https://pkg.go.dev/github.com/vishvananda/netlink // to remove the complexities of traffic control and netlink package tc