Open ciberp opened 1 year ago
If no filter is used, I get all interfaces, but I only want interfaces with IPv6 VRRP6 enabled, but it seems that filter is not working in any way?
tasks: - name: get interfaces vrrp1 fortinet.fortios.fortios_configuration_fact: vdom: test selector: system_interface # to dobi iz vseh VDOM?! filters: #- ipv6.vrrp-virtual-mac6==enable <-- returns nothing #- ipv6.vrgrp==164 <-- returns nothing #- vlanid==1148 <-- it works, vlan1148 is returned #- ipv6.vrrp6.vrgrp==164 <-- returns nothing #- vrrp.vrgrp==164 <-- returns nothing #- vrrp-virtual-mac==enable <-- it works, returns interfaces with this enabled - ipv6.vrrp-virtual-mac6==enable <-- returns nothing
What am I doing wrong?
Thanks, regards Peter
Hi @ciberp
I've forwarded the question to the API team and am still waiting for the response. I will update you once I hear back from them.
If no filter is used, I get all interfaces, but I only want interfaces with IPv6 VRRP6 enabled, but it seems that filter is not working in any way?
What am I doing wrong?
Thanks, regards Peter