Skip to content

Commit

Permalink
fixing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Jul 22, 2024
1 parent 09b9687 commit f52aa94
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +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> | Mirroring GRE payload type. |
| [<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.
# Mirroring GRE payload type configuration commands.
payload: <str; "full-packet" | "inner-packet">
```
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
{% include 'eos/ipv6-hardware.j2' %}
{# Monitor Sessions #}
{% include 'eos/monitor-sessions.j2' %}
{% include 'eos/monitor_sessions_default_encapsulation_gre.j2' %}
{% include 'eos/monitor-sessions-default.j2' %}
{# qos #}
{% include 'eos/qos.j2' %}
{# eos - priority flow control #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12709,7 +12709,7 @@
"properties": {
"payload": {
"type": "string",
"description": "Mirroring GRE payload type.",
"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,7 +7524,7 @@ keys:
keys:
payload:
type: str
description: Mirroring GRE payload type.
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,7 +11,7 @@ keys:
keys:
payload:
type: str
description: Mirroring GRE payload type.
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,7 +30617,7 @@
"properties": {
"payload": {
"type": "string",
"description": "Mirroring GRE payload type.",
"description": "Mirroring GRE payload type configuration commands.",
"enum": [
"full-packet",
"inner-packet"
Expand Down

0 comments on commit f52aa94

Please sign in to comment.