diff options
author | ajs <ajs> | 2004-12-29 20:41:26 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-29 20:41:26 +0000 |
commit | b87f772abe45b24f3aeefc807d0a2e4344ec0754 (patch) | |
tree | 0a18d319acddbaa7a759e760a460e0751e03ac73 /ospfd/ChangeLog | |
parent | be21024692560b48a77e691fe31c16bb854376de (diff) |
2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_read) Always look up the interface if
ospf_recv_packet returns NULL ifp, since some platforms such
as Solaris 8 appear to support ifindex retrieval but don't.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index e4519a81..d0d40120 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,9 @@ +2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ospf_packet.c: (ospf_read) Always look up the interface if + ospf_recv_packet returns NULL ifp, since some platforms such + as Solaris 8 appear to support ifindex retrieval but don't. + 2004-12-22 Hasso Tepper <hasso at quagga.net> * ospf_dump.c: Show debug configuration in vtysh. |