Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2000 23:23:00 -0700 (PDT)
From:      Nick Sayer <nsayer@quack.kfu.com>
To:        freebsd-mobile@freebsd.org
Subject:   pccard & ipv6
Message-ID:  <200004260623.XAA00630@medusa.kfu.com>

next in thread | raw e-mail | index | archive | help

I have put this at the end of my /etc/pccard_ether for the lack of
something better:

case ${ipv6_enable} in
[Yy][Ee][Ss])
        ipv6_network_interfaces=${interface}
        ipv6_default_interface=${interface}
        . /etc/rc.network6
        network6_pass1
        ;;
esac

It works for the simple cases, and it got me thinking about modifying
pccard_ether to do the same for ipv4. It would simplify things a
lot if network configuration at pccard insert time was merely made
a special case of the ordinary configuration steps. We wouldn't have
two scripts to maintain.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004260623.XAA00630>