Skip to content

Commit

Permalink
updated readme and documentation artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Dec 2, 2022
1 parent 4d897bd commit e425857
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ interface Management1
```

# CVX
| Peer Hosts |
| ---------- |
| 1.1.1.1, 2.2.2.2 |

CVX is enabled

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ cvx:
password: < password >
password_type: < 0 | 7 | 8a | default -> 7 >
shutdown: < true | false >
peer_hosts: < IP address or hostname >
```

#### Enable Password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
{% if cvx is arista.avd.defined %}

# CVX
{% if cvx.peer_hosts is arista.avd.defined %}
| Peer Hosts |
| ---------- |
{% set peer_hosts = cvx.peer_hosts | arista.avd.natural_sort | join(', ') %}
{% endif %}
| {{ peer_hosts }} |
{% if cvx.shutdown is arista.avd.defined(true) %}

CVX is disabled
Expand Down

0 comments on commit e425857

Please sign in to comment.