summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2007-09-14 13:31:52 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2007-09-14 13:31:52 +0000
commit91b7351d4e150bbc60786f0facb911fa2c598553 (patch)
treefe5885f6a514a000cac903a105e1c7386b2c4df1 /zebra/ChangeLog
parent2d844524ad9431ea1e53336dfcfebd3ee6520cb7 (diff)
+ fixed bug #402: now the second zebra process doesn't destroy routes
of the first one before dying + we are not going to receive routing messages originated by old_pid, because rib_sweep_route() is called after damon() now. This will allow to drop old_pid completely soon.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 36d194aa..3d5dfd47 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -5,6 +5,8 @@
appropriate for sparse code-spaces (#401).
* kernel_socket.c: (rtm_read, rtmsg_debug): Idem.
* kernel_socket.[ch]: We don't need rtm_type_str_max any more.
+ * main.c: (main) Don't call rib_sweep_route() before the
+ pidfile is acquired, this fixes bug #402.
2007-09-12 Denis Ovsienko