summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-05-09 11:00:23 +0000
committerpaul <paul>2004-05-09 11:00:23 +0000
commit44145db3ae79d54da58c967d96cf059421dbf9eb (patch)
treeac57bd081e8f93317676875aa73eaf2e7a45aa49 /zebra/ChangeLog
parentb9df2d25fc8d06ca63fa792d162d97656361338b (diff)
2004-05-09 Paul Jakma <paul@dishone.st>
* ioctl.c: (if_get_mtu) set mtu6 to mtu * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu * rt_netlink.c: (netlink_interface) set mtu6 to mtu (netlink_link_change) ditto 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> * interface.c: (if_delete_update) only used with HAVE_NETLINK and RTM_IFANNOUNCE. (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags (if_dump_vty) print mtu6 if not same as mtu
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index a543da8e..9ac66dcc 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -7,6 +7,10 @@
(zsend_ipv4_delete) ditto.
(zsend_ipv6_add) ditto.
(zsend_ipv6_delete) ditto.
+ * ioctl.c: (if_get_mtu) set mtu6 to mtu
+ * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
+ * rt_netlink.c: (netlink_interface) set mtu6 to mtu
+ (netlink_link_change) ditto
2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
@@ -21,6 +25,10 @@
(various) Apply static qualifier. Add comments.
* zserv.h: Definitions changed as per above.
* redistribute.c: Changes as per zserv.c.
+ * interface.c: (if_delete_update) only used with HAVE_NETLINK
+ and RTM_IFANNOUNCE.
+ (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
+ (if_dump_vty) print mtu6 if not same as mtu
2004-04-06 Krzysztof Oledzki <oleq@ans.pl>