mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add entry for the new PCMCIA ethernet adapter code (ze0).
This commit is contained in:
parent
a37e71f354
commit
b5edeef192
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $Id: netstart,v 1.10 1994/04/18 11:00:44 rgrimes Exp $
|
||||
# $Id: netstart,v 1.11 1994/05/04 08:59:52 rgrimes Exp $
|
||||
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
|
||||
|
||||
routedflags=-q
|
||||
|
|
@ -32,6 +32,9 @@ fi
|
|||
if [ -e /etc/hostname.is0 ]; then
|
||||
ifconfig is0 `cat /etc/hostname.is0`
|
||||
fi
|
||||
if [ -e /etc/hostname.ze0 ]; then
|
||||
ifconfig ze0 `cat /etc/hostname.ze0`
|
||||
fi
|
||||
|
||||
# set the address for the loopback interface
|
||||
ifconfig lo0 inet localhost
|
||||
|
|
|
|||
Loading…
Reference in a new issue