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

ignore 'any' object: usually it is emitted by members-by-ref: any.

This commit is contained in:
Alexandre Snarskii
2015-07-13 20:21:32 +03:00
parent f8a0565c5f
commit dabcb674f5

View File

@ -276,6 +276,8 @@ bgpq_expanded_macro_limit(char* as, struct bgpq_expander* b,
SX_DEBUG(debug_expander, ".. some error adding as %s (in "
"response to %s)\n", as, req->request);
};
} else if (!strcasecmp(as, "ANY")) {
return 0;
} else {
sx_report(SX_ERROR, "unexpected object '%s' in expanded_macro_limit "
"(in response to %s)\n", as, req->request);