Create gif devices in the "gifconfig" stage while configuring them.

Reviewed by:	ru, ume
Obtained from:	NetBSD
MFC after:	1 week
This commit is contained in:
Brooks Davis 2001-07-02 21:08:48 +00:00
parent 53dab5fe7b
commit cdb5d37b3e
7 changed files with 7 additions and 7 deletions

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done

View File

@ -766,7 +766,7 @@ network_gif_setup() {
continue
;;
*)
ifconfig $i tunnel ${peers}
ifconfig $i create tunnel ${peers}
;;
esac
done