clear i_flags when allocating new inodes
[unix-history] / usr / src / etc / netstart
CommitLineData
34ca18a3 1#!/bin/sh -
6291cdd9
KB
2#
3# @(#)netstart 5.5 (Berkeley) %G%
9ec99ff6 4
34ca18a3
KB
5routedflags=-q
6rwhod=NO
7
8# myname is my symbolic name
34ca18a3
KB
9# my-netmask is specified in /etc/networks
10#
11hostname=myname.my.domain
634be09a 12
34ca18a3
KB
13ifconfig imp0 inet $hostname
14ifconfig ace0 inet $hostname netmask my-netmask
6291cdd9 15ifconfig ex0 inet $hostname netmask my-netmask
34ca18a3 16
634be09a
KB
17# for en enthernet interface, load microcode before ifconfig
18# /etc/enpload /dev/enp0ram /etc/enpcode > /dev/console 2>&1
19ifconfig en0 inet $hostname netmask my-netmask
20
6291cdd9 21ifconfig lo0 inet localhost
34ca18a3 22route add $hostname localhost 0