mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Deleted the ifconfig lines with we0, ne0, ec0: the drivers don't exist
anymore. Added an ifconfig line with ie0.
This commit is contained in:
parent
97a0085a24
commit
c0ba8b5473
1 changed files with 1 additions and 3 deletions
|
|
@ -16,9 +16,7 @@ rwhod=NO
|
|||
hostname=`cat /etc/myname`
|
||||
hostname $hostname
|
||||
|
||||
# ifconfig we0 inet $hostname netmask 447-ether
|
||||
# ifconfig ne0 inet $hostname netmask my-netmask
|
||||
# ifconfig ec0 inet $hostname netmask my-netmask
|
||||
# ifconfig ie0 inet $hostname netmask my-netmask
|
||||
# ifconfig is0 inet $hostname netmask my-netmask
|
||||
# ifconfig ed0 inet $hostname netmask my-netmask
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue