From b1b663d05bd9f443e58549a171ec80a7dac66563 Mon Sep 17 00:00:00 2001 From: brooks Date: Mon, 2 Jul 2001 21:08:48 +0000 Subject: Create gif devices in the "gifconfig" stage while configuring them. Reviewed by: ru, ume Obtained from: NetBSD MFC after: 1 week --- etc/rc.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.network') diff --git a/etc/rc.network b/etc/rc.network index 05598dd..413dc4f 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done -- cgit v1.1