From: Stefan Schantl <stefan.schantl@ipfire.org>
To: network@lists.ipfire.org
Subject: [network] [PATCH 2/3] ipv4-static: Remove routing information from databases when shutting down a zone.
Date: Wed, 25 Jan 2017 14:48:20 +0100 [thread overview]
Message-ID: <20170125134821.15442-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20170125134821.15442-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 766 bytes --]
Otherwise the script will try to use this route again and crash because the address space
is not longer available.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
src/hooks/configs/ipv4-static | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/hooks/configs/ipv4-static b/src/hooks/configs/ipv4-static
index 72b748c..cb00252 100644
--- a/src/hooks/configs/ipv4-static
+++ b/src/hooks/configs/ipv4-static
@@ -147,7 +147,10 @@ hook_down() {
error "Zone '${zone}' doesn't exist."
exit ${EXIT_ERROR}
fi
-
+
+ # Remove routing information from database.
+ db_delete "${zone}/ipv4"
+
zone_config_settings_read "${zone}" "${config}"
ip_address_del ${zone} ${ADDRESS}/${PREFIX}
--
2.9.3
next prev parent reply other threads:[~2017-01-25 13:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 13:48 [network] [PATCH 1/3] Add missing logdir to Makefile Stefan Schantl
2017-01-25 13:48 ` Stefan Schantl [this message]
2017-01-25 13:48 ` [network] [PATCH 3/3] Only call radvd_update if a zone contains an IPv6 Stefan Schantl
2017-01-25 14:37 ` Stefan Schantl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170125134821.15442-2-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=network@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox