up gif during setup.
This commit is contained in:
parent
a62f34e3c4
commit
a75d520e1f
@ -75,6 +75,7 @@ network_gif_setup() {
|
||||
*)
|
||||
ifconfig $i create >/dev/null 2>&1
|
||||
ifconfig $i tunnel ${peers}
|
||||
ifconfig $i up
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
@ -75,6 +75,7 @@ network_gif_setup() {
|
||||
*)
|
||||
ifconfig $i create >/dev/null 2>&1
|
||||
ifconfig $i tunnel ${peers}
|
||||
ifconfig $i up
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
@ -915,6 +915,7 @@ network_gif_setup() {
|
||||
*)
|
||||
ifconfig $i create >/dev/null 2>&1
|
||||
ifconfig $i tunnel ${peers}
|
||||
ifconfig $i up
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user