vendor: Update vishvanana/netlink dependency
This commit is contained in:
9
vendor/github.com/vishvananda/netlink/qdisc.go
generated
vendored
9
vendor/github.com/vishvananda/netlink/qdisc.go
generated
vendored
@@ -187,10 +187,11 @@ func (qdisc *Netem) Type() string {
|
||||
// Tbf is a classless qdisc that rate limits based on tokens
|
||||
type Tbf struct {
|
||||
QdiscAttrs
|
||||
// TODO: handle 64bit rate properly
|
||||
Rate uint64
|
||||
Limit uint32
|
||||
Buffer uint32
|
||||
Rate uint64
|
||||
Limit uint32
|
||||
Buffer uint32
|
||||
Peakrate uint64
|
||||
Minburst uint32
|
||||
// TODO: handle other settings
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user