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

-s option is back again, for prefix-lists

This commit is contained in:
Alexandre Snarskii
2015-07-01 18:29:50 +03:00
parent 0b013b25cb
commit 2cf7024eac
8 changed files with 53 additions and 22 deletions

View File

@@ -40,6 +40,7 @@ struct bgpq_expander {
bgpq_vendor_t vendor;
bgpq_gen_t generation;
int identify;
int sequence;
unsigned char asn32;
unsigned char* asn32s[65536];
struct bgpq_prequest* firstpipe, *lastpipe;