Skip to content
New issue

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

Pim ipv4 sparse mode and Vmtracer being added twice under an interface configuration #205

Closed
aphillipps opened this issue Jul 23, 2020 · 0 comments
Assignees
Labels
role: eos_cli_config_gen issue related to eos_cli_config_gen role type: bug Something isn't working
Milestone

Comments

@aphillipps
Copy link
Contributor

Issue Type

  • Bug Report

Summary

Pim ipv4 sparse mode and Vmtracer being added twice under an interface configuration

{%             if ethernet_interfaces[ethernet_interface].pim.ipv4.sparse_mode is defined and ethernet_interfaces[ethernet_interface].pim.ipv4.sparse_mode == true %}
   pim ipv4 sparse-mode
{%             endif %}
{%             if ethernet_interfaces[ethernet_interface].vmtracer is defined and ethernet_interfaces[ethernet_interface].vmtracer == true %}
   vmtracer vmware-esx
{%             endif %}

EOS_cli_config_gen

Note: validate order commands

@aphillipps aphillipps added type: bug Something isn't working role: eos_cli_config_gen issue related to eos_cli_config_gen role labels Jul 23, 2020
@aphillipps aphillipps added this to the v1.1.0 milestone Jul 23, 2020
@titom73 titom73 self-assigned this Jul 24, 2020
carlbuchmann added a commit that referenced this issue Aug 21, 2020
Fix #205 - remove duplicate vmtracer & pim for ethernet interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
role: eos_cli_config_gen issue related to eos_cli_config_gen role type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants