up gif during setup.

This commit is contained in:
Hajimu UMEMOTO 2002-09-20 18:31:55 +00:00
parent a62f34e3c4
commit a75d520e1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103710
3 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@ network_gif_setup() {
*)
ifconfig $i create >/dev/null 2>&1
ifconfig $i tunnel ${peers}
ifconfig $i up
;;
esac
done

View File

@ -75,6 +75,7 @@ network_gif_setup() {
*)
ifconfig $i create >/dev/null 2>&1
ifconfig $i tunnel ${peers}
ifconfig $i up
;;
esac
done

View File

@ -915,6 +915,7 @@ network_gif_setup() {
*)
ifconfig $i create >/dev/null 2>&1
ifconfig $i tunnel ${peers}
ifconfig $i up
;;
esac
done