pkg/netutil: use native byte ordering for route information

Fixes #7199
This commit is contained in:
Anthony Romano
2017-01-20 01:44:18 -08:00
parent e446c2c2c7
commit 1ada4f939f
2 changed files with 6 additions and 7 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !linux !386,!amd64
// +build !linux
package netutil