diff options
author | ajs <ajs> | 2005-02-02 18:38:48 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-02 18:38:48 +0000 |
commit | a55a69cef4591a23ebb9df6b01c29b7eff676e90 (patch) | |
tree | 6f8348fcf23a8f7f8f8f34350a1be287ba8b844d /lib/if.h | |
parent | 7843b4c01b1891241d0eca81bf9c0a89781f6815 (diff) | |
download | quagga-a55a69cef4591a23ebb9df6b01c29b7eff676e90.tar.bz2 quagga-a55a69cef4591a23ebb9df6b01c29b7eff676e90.tar.xz |
2005-02-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* 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]
Diffstat (limited to 'lib/if.h')
-rw-r--r-- | lib/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); |