summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2007-08-21 16:15:39 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2007-08-21 16:15:39 +0000
commit1ba27564f3852083839bfa1f91889cb46c780f2f (patch)
tree52dba3326d078a18f74db335b567bab13f394eff /zebra/ChangeLog
parenta13663ae74e806c3cd3d01b28b39193e550a907f (diff)
Looks like bug #320 is finally fixed now.
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 abe8199b..fa90cd14 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -3,6 +3,8 @@
* ioctl_solaris.c: (if_get_mtu) Don't break things if either
IPv6 was disabled at compile time or the current interface
hasn't it enabled.
+ * kernel_socket.c: (ifm_read) Don't forget to call if_get_mtu()
+ for updated interfaces.
2007-08-17 Denis Ovsienko