We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #148 added ip address virtual to eos_facts l3_interfaces, but it seems the parsing is not correct
eos_facts
2.12.9
<empty>
Arista EOS 4.22 - 4.28
interface config:
interface Vlan100 description test ip address virtual 10.0.0.1/16 ip address virtual 10.0.1.1/16 secondary
- name: Gather legacy and resource facts arista.eos.eos_facts: gather_subset: all gather_network_resources: l3_interfaces - debug: var: ansible_facts['network_resources']['l3_interfaces'] | selectattr('name', 'equalto', 'Vlan100')
ansible_facts['network_resources']['l3_interfaces'] | selectattr('name', 'equalto', 'Vlan73'): - ipv4: - address: 10.0.0.1/16 virtual: true - address: 10.0.1.1/16 secondary virtual: true name: Vlan73
ansible_facts['network_resources']['l3_interfaces'] | selectattr('name', 'equalto', 'Vlan73'): - ipv4: - address: 10.0.0.1/16 virtual: true - address: 10.0.1.1/16 secondary: true virtual: true name: Vlan73
The text was updated successfully, but these errors were encountered:
rohitthakur2590
Successfully merging a pull request may close this issue.
SUMMARY
Issue #148 added ip address virtual to eos_facts l3_interfaces, but it seems the parsing is not correct
ISSUE TYPE
COMPONENT NAME
eos_facts
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Arista EOS 4.22 - 4.28
interface config:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: