commit | acf9865f7fcec6a8d47df6ed7946a5e8ca398918 | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Thu Nov 12 14:24:22 2015 +0100 |
committer | Donald Sharp <sharpd@cumulusnetworks.com> | Tue Dec 08 14:12:50 2015 -0500 |
tree | fac7d9ce2d2b6d984bde675641556e5063e8f655 | |
parent | 9dfcca6122c9f4f3642241ff50029d7669af3999 [diff] [blame] |
isisd: add support to import routes from other protocols Signed-off-by: Christian Franke <chris@opensourcerouting.org>
diff --git a/lib/prefix.h b/lib/prefix.h index bc8aebc..a517d79 100644 --- a/lib/prefix.h +++ b/lib/prefix.h
@@ -170,6 +170,7 @@ #endif /*s6_addr32*/ /* Prototypes. */ +extern int str2family(const char *); extern int afi2family (afi_t); extern afi_t family2afi (int);