diff options
author | ajs <ajs> | 2004-12-29 21:04:48 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-29 21:04:48 +0000 |
commit | 17eaa728aae282e373b98a8d193c5c48c24e1a0f (patch) | |
tree | a629736bfc2e0a07152a1d539df7f604e576c619 /ospfd/ChangeLog | |
parent | b87f772abe45b24f3aeefc807d0a2e4344ec0754 (diff) | |
download | quagga-17eaa728aae282e373b98a8d193c5c48c24e1a0f.tar.bz2 quagga-17eaa728aae282e373b98a8d193c5c48c24e1a0f.tar.xz |
2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_db_desc) Reduce severity of "Negotiation done"
messages from LOG_WARNING to LOG_INFO, since this seems to be
normal.
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 d0d40120..6686bdc0 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,5 +1,11 @@ 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * ospf_packet.c: (ospf_db_desc) Reduce severity of "Negotiation done" + messages from LOG_WARNING to LOG_INFO, since this seems to be + normal. + +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. |