commit | 1ba27564f3852083839bfa1f91889cb46c780f2f | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <linux@pilot.org.ua> | Tue Aug 21 16:15:39 2007 +0000 |
committer | Denis Ovsienko <linux@pilot.org.ua> | Tue Aug 21 16:15:39 2007 +0000 |
tree | 52dba3326d078a18f74db335b567bab13f394eff | |
parent | a13663ae74e806c3cd3d01b28b39193e550a907f [diff] [blame] |
Looks like bug #320 is finally fixed now.
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index abe8199..fa90cd1 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