1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Fixed issue with not-so-correct as-set's like AS16150:AS-CUSTOMERS6

This commit is contained in:
snar
2008-05-14 15:09:13 +00:00
parent d6685d4d19
commit 0fd07485ff
5 changed files with 40 additions and 14 deletions

View File

@@ -26,6 +26,7 @@ struct bgpq_expander {
char* name;
bgpq_vendor_t vendor;
bgpq_gen_t generation;
int identify;
};
int bgpq_expander_init(struct bgpq_expander* b, int af);