summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorajs <ajs>2005-02-02 18:38:48 +0000
committerajs <ajs>2005-02-02 18:38:48 +0000
commit847947f20b152f0b64057a7115e118b44d238b5c (patch)
tree68f726878177a594e258ce5312b7937951d3b421 /lib/if.h
parentdd4c593fb88b7c6cf5f27aa8a8286644743ed58a (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
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 ();