From 847947f20b152f0b64057a7115e118b44d238b5c Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 2 Feb 2005 18:38:48 +0000 Subject: 2005-02-02 Andrew J. Schorr * ospf_packet.c: (ospf_read) Fix bug: must check for state ISM_Down, not for event ISM_InterfaceDown. And improve the message by adding the interface flags. * if.h: Declare if_flag_dump. [backport candidate] --- lib/ChangeLog | 4 ++++ lib/if.h | 1 + 2 files changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index dcf37767..a69abc59 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-02-02 Andrew J. Schorr + + * if.h: Declare if_flag_dump. + 2005-01-30 Andrew J. Schorr * daemon.c: (daemon) Replace perror with zlog_err. diff --git a/lib/if.h b/lib/if.h index 492a63c9..f5efda6e 100644 --- a/lib/if.h +++ b/lib/if.h @@ -227,6 +227,7 @@ void if_add_hook (int, int (*)(struct interface *)); void if_init (); void if_dump_all (); char *ifindex2ifname (unsigned int); +extern const char *if_flag_dump(unsigned long); /* Connected address functions. */ struct connected *connected_new (); -- cgit v1.2.1