mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
Revert "exoscale-setup: Fixes bug12763"
This reverts commit 3162b6ccfa.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
3bacd534a9
commit
d10fa6e64b
@@ -227,7 +227,7 @@ case "${reason}" in
|
||||
ip addr add "${new_ip_address}/${new_subnet_mask}" dev "${interface}"
|
||||
|
||||
# Add the default route
|
||||
ip route add default via "${new_routers}" >/dev/null 2>&1
|
||||
ip route add default via "${new_routers}"
|
||||
|
||||
# Setup DNS
|
||||
for domain_name_server in ${new_domain_name_servers}; do
|
||||
|
||||
Reference in New Issue
Block a user