diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-02-12 18:21:04 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-02-12 18:21:04 +0100 |
commit | 6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4 (patch) | |
tree | 763733958b8c2c277e500468dabc00e6f8f5cc44 /ImmaeEu-down | |
parent | e97c5917f6bd6690282f1df59916ab038e0ad9fd (diff) | |
parent | 88e66de272bf09750d2096752dcd4e5fc344cbc3 (diff) | |
download | hosts-6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4.tar.gz hosts-6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4.tar.zst hosts-6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4.zip |
Merge branch 'master' into androidandroid
Diffstat (limited to 'ImmaeEu-down')
-rw-r--r-- | ImmaeEu-down | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ImmaeEu-down b/ImmaeEu-down index 8a0ef22..1b6260e 100644 --- a/ImmaeEu-down +++ b/ImmaeEu-down | |||
@@ -9,7 +9,7 @@ ip route del table 100 $REMOTEADDRESS | |||
9 | ip -6 route del table 100 $GWIP dev vpn6 | 9 | ip -6 route del table 100 $GWIP dev vpn6 |
10 | ip -6 route del table 100 ::/1 via $GWIP dev vpn6 | 10 | ip -6 route del table 100 ::/1 via $GWIP dev vpn6 |
11 | for MYIP in $MYIPS; do | 11 | for MYIP in $MYIPS; do |
12 | ip -6 addr del $MYIP/96 dev vpn6 | 12 | ip -6 addr del $MYIP/96 dev vpn6 |
13 | done | 13 | done |
14 | ip -6 link set vpn6 down | 14 | ip -6 link set vpn6 down |
15 | 15 | ||