From fe06db64fe7a3033977846639f5922a09eb544fa Mon Sep 17 00:00:00 2001 From: itojun <> Date: Sun, 2 Jan 2000 06:32:44 +0000 Subject: [PATCH] allow options after "rtsol". XXX both "dhcp" and "rtsol" has keyword *down* at the end. is it okay? --- src/etc/netstart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/netstart b/src/etc/netstart index db8ed518..171df836 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -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")