Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Jul 10, 2024
1 parent 4f43dcd commit 380d365
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ interface Management1
### Monitor Sessions Default

| Settings | Values |
| Encapsulation Gre Payload | monitor_sessions_default_encapsulation_gre.payload |
| -------- | ------ |
| Encapsulation GRE Payload | monitor_sessions_default_encapsulation_gre.payload |

#### Monitor Sessions Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
| Variable | Type | Required | Default | Value Restrictions | Description |
| -------- | ---- | -------- | ------- | ------------------ | ----------- |
| [<samp>monitor_sessions_default_encapsulation_gre</samp>](## "monitor_sessions_default_encapsulation_gre") | Dictionary | | | | |
| [<samp>&nbsp;&nbsp;payload</samp>](## "monitor_sessions_default_encapsulation_gre.payload") | String | | | Valid Values:<br>- <code>full-packet</code><br>- <code>inner-packet</code> | |
| [<samp>&nbsp;&nbsp;payload</samp>](## "monitor_sessions_default_encapsulation_gre.payload") | String | | | Valid Values:<br>- <code>full-packet</code><br>- <code>inner-packet</code> | Mirroring GRE payload type configuration commands. |

=== "YAML"

```yaml
monitor_sessions_default_encapsulation_gre:

# Mirroring GRE payload type configuration commands.
payload: <str; "full-packet" | "inner-packet">
```
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@
{% endif %}
{% endif %}
{% endfor %}
{% if monitor_sessions_default_encapsulation_gre is arista.avd.defined %}
{% if monitor_sessions_default_encapsulation_gre.payload is arista.avd.defined %}

### Monitor Sessions Default

| Settings | Values |
| Encapsulation Gre Payload | monitor_sessions_default_encapsulation_gre.payload |
| -------- | ------ |
| Encapsulation GRE Payload | monitor_sessions_default_encapsulation_gre.payload |
{% endif %}

#### Monitor Sessions Device Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12709,6 +12709,7 @@
"properties": {
"payload": {
"type": "string",
"description": "Mirroring GRE payload type configuration commands.",
"enum": [
"full-packet",
"inner-packet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7524,6 +7524,7 @@ keys:
keys:
payload:
type: str
description: Mirroring GRE payload type configuration commands.
valid_values:
- full-packet
- inner-packet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ keys:
keys:
payload:
type: str
description: Mirroring GRE payload type configuration commands.
valid_values:
- full-packet
- inner-packet
Original file line number Diff line number Diff line change
Expand Up @@ -30617,6 +30617,7 @@
"properties": {
"payload": {
"type": "string",
"description": "Mirroring GRE payload type configuration commands.",
"enum": [
"full-packet",
"inner-packet"
Expand Down

0 comments on commit 380d365

Please sign in to comment.