summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-04-02 23:16:41 +0000
committerajs <ajs>2005-04-02 23:16:41 +0000
commit21fefa9843f6e8fc2263e8d85cf0d072b4b6c242 (patch)
tree8e9116d9d3de3776bc3cf5e9c13d0b4b6086c68d /ospfd/ChangeLog
parentbd88bf499a02e3364b06ad269bd7009a0227f91b (diff)
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_zebra.c: (zebra_interface_if_lookup) Must use if_lookup_by_name_len.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index e8eae90e..d84d54b3 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,5 +1,10 @@
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * ospf_zebra.c: (zebra_interface_if_lookup) Must use
+ if_lookup_by_name_len.
+
+2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* ospf_interface.c: (ospf_vl_new) Use strnlen to fix call to if_create.
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>