diff options
author | ajs <ajs> | 2005-04-02 23:23:55 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-04-02 23:23:55 +0000 |
commit | e4319de388b748ba66551f33fecdf7446e754b80 (patch) | |
tree | d6ae690186b58ed048ed0a11911c6f1e2d71cd16 /ospf6d/ChangeLog | |
parent | 21fefa9843f6e8fc2263e8d85cf0d072b4b6c242 (diff) |
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_interface.h: (ospf_if_lookup_by_name) Remove declaration of a
function that does not exist.
* ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused
function.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 61a2e463..dc48ab7b 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,5 +1,10 @@ 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused + function. + +2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * ospf6_zebra.c: (ospf6_zebra_if_del) Previously, this whole function was commented out. But this is not safe: we should at least update the ifindex when the interface is deleted. So the new version |