You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
--- FAIL: TestInterfaces (0.00 seconds)
interface_test.go:59: table: len/cap = 2/2
interface_test.go:71: InterfaceByName("") failed: net: invalid interface name
FAIL
FAIL net 4.953s
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
$ go version
go version devel +5cfa01069440 Fri Feb 14 13:24:48 2014 +0400 freebsd/arm
$ ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80001<RXCSUM,LINKSTATE>
ether b8:27:eb:5d:c5:a1
inet 192.168.1.60 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
The text was updated successfully, but these errors were encountered:
$ uname -a
FreeBSD raspberry-pi 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 31 18:40:22
UTC 2014 [email protected]:/usr/obj/arm.armv6/usr/src/sys/RPI-B arm
The text was updated successfully, but these errors were encountered: