diff --git a/etc/pccard_ether b/etc/pccard_ether index 4bf9b52fce55..b284f24aa2de 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -88,14 +88,7 @@ pccard_ether_start() fi fi - # IPv6 setup - if ipv6if $ifn; then - # XXX: network6_interface_setup assumes you're calling - # it with ALL the IPv6 interfaces at once and thus isn't - # really appropraite for this job, but it's the best we've - # got for now. - network6_interface_setup $ifn - fi + # XXX: IPv6 setup should be done in some way. } pccard_ether_stop()