luqasz/librouteros

Add membership operator for query

Closed this issue · 1 comments

Use case:
Select all arp table entries where entry's interface belongs to a list of interfaces.

possible example:

address = Key('address')
interface = Key('interface')
api.path('/ip/arp').select(address, interface).where(interface.In('ether1', 'ether2')):