Skip to content

Commit

Permalink
Correcting template, schema
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmikantchintakindi authored and Shivani-gslab committed Mar 8, 2024
1 parent 2df1dc4 commit 5fed8fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ interface Management1

| Record | Value |
| ------ | ----- |
| Record format ipfix standard timestamps counters | True |
| Format ipfix standard timestamps counters | True |

#### Flow Tracking Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@
{% endfor %}
{% endif %}
{% endif %}
{% if flow_tracking.hardware.record.format_ipfix_standard_timestamps_counters is arista.avd.defined(true) %}
{% if flow_tracking.hardware.record is arista.avd.defined %}

##### Records Summary

| Record | Value |
| ------ | ----- |
{% if flow_tracking.hardware.record.format_ipfix_standard_timestamps_counters is arista.avd.defined(true) %}
| Record format ipfix standard timestamps counters | {{ flow_tracking.hardware.record.format_ipfix_standard_timestamps_counters }} |
| Format ipfix standard timestamps counters | {{ flow_tracking.hardware.record.format_ipfix_standard_timestamps_counters }} |
{% endif %}
{% endif %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ flow tracking hardware
{% endif %}
{% endfor %}
{% if flow_tracking.hardware.record.format_ipfix_standard_timestamps_counters is arista.avd.defined(true) %}
{% if flow_tracking.hardware.record.format_ipfix_standard_timestamps_counters is arista.avd.defined(true) %}
record format ipfix standard timestamps counters
{% endif %}
{% endif %}
{% if flow_tracking.hardware.shutdown is arista.avd.defined(false) %}
no shutdown
Expand Down

0 comments on commit 5fed8fa

Please sign in to comment.