avd icon indicating copy to clipboard operation
avd copied to clipboard

Feat(eos_cli_config_gen): Add vrf support for vmtracer_sessions

Open Shivani-gslab opened this issue 4 months ago • 2 comments

Change Summary

Add vrf support for vmtracer_sessions

Related Issue(s)

Fixes #4360

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

vmtracer_sessions:
        # Vmtracer Session Name.
      - name: <str; required; unique>
        vrf: <str>

How to test

Test added in molecule. Check the EOS CLI.

Checklist

User Checklist

  • N/A

Repository Checklist

  • [x] My code has been rebased from devel before I start
  • [x] I have read the CONTRIBUTING document.
  • [x] My change requires a change to the documentation and documentation have been updated accordingly.
  • [x] I have updated molecule CI testing accordingly. (check the box if not applicable)

Shivani-gslab avatar Oct 16 '24 05:10 Shivani-gslab