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/network.subr | 2 +- etc/rc.d/netoptions | 2 +- etc/rc.d/network1 | 2 +- etc/rc.d/network2 | 2 +- etc/rc.d/network3 | 2 +- etc/rc.d/routing | 2 +- etc/rc.network | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'etc') diff --git a/etc/network.subr b/etc/network.subr index 05598dd..413dc4f 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index 05598dd..413dc4f 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index 05598dd..413dc4f 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index 05598dd..413dc4f 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index 05598dd..413dc4f 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done diff --git a/etc/rc.d/routing b/etc/rc.d/routing index 05598dd..413dc4f 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -766,7 +766,7 @@ network_gif_setup() { continue ;; *) - ifconfig $i tunnel ${peers} + ifconfig $i create tunnel ${peers} ;; esac done 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