IPv6, PCcard and rc scripts

2000-06-12 Thread Garrett Wollman
< said: > It _sort of_ fixes the problem of what to do if you use IPv6 with > pccard Ethernet cards. That's not the only problem. I had to severely hack `pccard_ether' to make it able to deal with the radically different configurations required for wireless and wired network connections. (Spec

IPv6, PCcard and rc scripts

2000-06-12 Thread nsayer
I have put this at the end of pccard_ether: case ${ipv6_enable} in [Yy][Ee][Ss]) ipv6_network_interfaces=${interface} ipv6_default_interface=${interface} . /etc/rc.network6 network6_pass1 ;; esac It _sort of_ fixes the problem of what to do if you use IPv