Wei Fu
|
4d0b91947e
|
chore: delete // +build buildtag by go fix
Signed-off-by: Wei Fu <fuweid89@gmail.com>
|
2022-12-29 14:17:05 +08:00 |
|
Piotr Tabor
|
a7f340216d
|
Reformat code according to 'gotip' rules.
In practices adds annotations in the new syntax:
```
+//go:build !linux
// +build !linux
```
Fixes failing gotip PASSES='fmt' check:
https://travis-ci.com/github/etcd-io/etcd/jobs/486453806
|
2021-02-26 10:14:46 +01:00 |
|
felixoid
|
0f53ad0b84
|
netutil: add dualstack to linux_route
in v3.1.0 netutil couldn't get default interface for ipv6only hosts
Fixes #7219
|
2017-01-31 22:19:47 +03:00 |
|
Gyu-Ho Lee
|
097cdbd0e4
|
pkg/netutil: get default interface for tc commands
Fix https://github.com/coreos/etcd/issues/6841.
|
2016-11-17 22:49:17 -08:00 |
|