This is unique to your setup.
Going to Interfaces: Overview will show that an ipv6 link local is applied to each interface.
% ifconfig igc1igc1: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 description: USERS options=4802028<VLAN_MTU,JUMBO_MTU,WOL_MAGIC,NOMAP> ether 60:be:b4:02:38:61 inet 10.1.2.1 netmask 0xffffff00 broadcast 10.1.2.255 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
It says the interface is disabled. Also no carrier, doesn't that mean isn't plugged in?
ifconfig igc1igc1: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 description: USERS options=4802028<VLAN_MTU,JUMBO_MTU,WOL_MAGIC,NOMAP> ether 60:be:b4:02:38:61 inet 10.1.2.1 netmask 0xffffff00 broadcast 10.1.2.255 media: Ethernet autoselect (1000baseT <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
That interface still shows IFDISABLED
possibly in your rc.conf file you have ipv6 disabled, or it's disabled globally.