mirror of
https://github.com/bgp/bgpq4
synced 2026-07-24 16:02:36 +00:00
Update expander.c to remove errant "Checking" output (#131)
The errant "Checking" output (only when pipelining is enabled, by the way) results in bogus JSON output.
This commit is contained in:
@@ -1274,7 +1274,6 @@ bgpq_expand(struct bgpq_expander *b)
|
||||
source = bgpq_get_source(mc->text);
|
||||
if (source){
|
||||
if (pipelining){
|
||||
printf("Checking %s\n", bgpq_get_rset(mc->text));
|
||||
bgpq_pipeline(b, NULL, NULL, "!s%s\n", source);
|
||||
if (b->family == AF_INET)
|
||||
bgpq_pipeline(b, bgpq_expanded_prefix,
|
||||
|
||||
Reference in New Issue
Block a user