Subject: | option order causes query to fail |
If I set recursive => 1 the query returns data. Query sent is 'AS333' (no
options)
With recursive => 0 query is sent to RIPE as:
'AS333 -r'
Which returns no entries found.
If I hack the code to produce the query as '-r AS333' it also returns
correct data.