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 |
|
Gyu-Ho Lee
|
01a1dae7ae
|
pkg/netutil: name GetDefaultInterfaces consistent
|
2017-02-03 00:37:31 -08:00 |
|
Anthony Romano
|
1ada4f939f
|
pkg/netutil: use native byte ordering for route information
Fixes #7199
|
2017-01-20 10:44:05 -08: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 |
|
Anthony Romano
|
d23392ed8e
|
netutil: GetDefaultHost for getting the default IP of the host machine
|
2016-08-15 11:12:26 -07:00 |
|