From owner-freebsd-mobile Tue Apr 25 23:23:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id B67E837B76D for ; Tue, 25 Apr 2000 23:23:35 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.9.3) with ESMTP id XAA32348 for ; Tue, 25 Apr 2000 23:23:30 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.3/8.8.8) id XAA00630 for freebsd-mobile@freebsd.org; Tue, 25 Apr 2000 23:23:00 -0700 (PDT) (envelope-from nsayer) Date: Tue, 25 Apr 2000 23:23:00 -0700 (PDT) From: Nick Sayer Message-Id: <200004260623.XAA00630@medusa.kfu.com> To: freebsd-mobile@freebsd.org Subject: pccard & ipv6 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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