diff options
author | ajs <ajs> | 2005-01-29 15:52:07 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-29 15:52:07 +0000 |
commit | c3eab8714368569d25f6dc87f6620528e0d7a118 (patch) | |
tree | d6366cef5ff108f6628713e3573eeb72b81847bf /ospfd/ChangeLog | |
parent | b1aa147d09b0e06992cdb39ed11b46df0a3b984f (diff) |
2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_packet_add) If oi->obuf is NULL, print
an error message and return.
(ospf_read) If the interface state is ISM_InterfaceDown, issue
a warning message and ignore the packet.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index df87b11e..1ff7c6dc 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ospf_packet.c: (ospf_packet_add) If oi->obuf is NULL, print + an error message and return. + (ospf_read) If the interface state is ISM_InterfaceDown, issue + a warning message and ignore the packet. + 2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com> * ospf_packet.h: Remove commented out definition of |