Browse Source

allow options after "rtsol".

XXX both "dhcp" and "rtsol" has keyword *down* at the end.  is it okay?
OPENBSD_2_7
itojun 24 years ago
parent
commit
fe06db64fe
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/netstart

+ 2
- 1
src/etc/netstart View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: netstart,v 1.57 2000/01/02 05:21:55 itojun Exp $
# $OpenBSD: netstart,v 1.58 2000/01/02 06:32:44 itojun Exp $
# Returns true if $1 contains only alphanumerics
isalphanumeric() {
@ -98,6 +98,7 @@ for hn in /etc/hostname.*; do
cmd="dhclient $if"
;;
"rtsol")
ifconfig $if $name $mask $bcaddr $ext1 $ext2 down
rtsolif="$rtsolif $if"
;;
"up")


Loading…
Cancel
Save