summaryrefslogtreecommitdiff
path: root/ospf6d/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-07-23 21:34:27 +0000
committerhasso <hasso>2004-07-23 21:34:27 +0000
commit1203e1c07c444df615605168c72852389e20340c (patch)
tree2b00b78fe71fc2840837c0ffdb1c308192ceedf4 /ospf6d/ChangeLog
parentb219dea8d67b58db58755f94ea7cb44aa9774f0d (diff)
Use ifp->mtu6 in ospf6d and ripngd.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r--ospf6d/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog
index 9e8ff461..f0df6b95 100644
--- a/ospf6d/ChangeLog
+++ b/ospf6d/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-23 Hasso Tepper <hasso@estpak.ee>
+
+ * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
+ ifp->mtu.
+
2004-07-23 Paul Jakma <paul@dishone.st>
* ospf6_main.c: Delete LOG_PERROR, not portable.