Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Sep 22, 2023
1 parent f5cc673 commit 63e1244
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->
=== "Table"

| Variable | Type | Required | Default | Value Restrictions | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15041,6 +15041,27 @@
},
"title": "Radius"
},
"sflow": {
"type": "object",
"description": "sFlow source-interfaces.",
"properties": {
"mgmt_interface": {
"type": "boolean",
"description": "Configure a sFlow source-interface with the interface set by `mgmt_interface` and the VRF set by `mgmt_interface_vrf`.\n`mgmt_interface` is typically the out-of-band Management interface, and can be set under the node settings, platform settings or as a group/host var.",
"title": "Management Interface"
},
"inband_mgmt_interface": {
"type": "boolean",
"description": "Configure a sFlow source-interface with the interface set by `inband_mgmt_interface` and the VRF set by `inband_mgmt_vrf`.\n`inband_mgmt_interface` is typically a loopback or SVI interface, and can be set under the node settings.",
"title": "Inband Management Interface"
}
},
"additionalProperties": false,
"patternProperties": {
"^_.+$": {}
},
"title": "Sflow"
},
"snmp": {
"type": "object",
"description": "SNMP local-interfaces.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2509,14 +2509,6 @@ keys:
`inband_mgmt_interface` is typically a loopback or SVI interface, and
can be set under the node settings.'
snmp:
type: dict
description: SNMP local-interfaces.
keys:
mgmt_interface:
type: bool
description: 'Configure a SNMP local-interface with the interface set
by `mgmt_interface` for the VRF set by `mgmt_interface_vrf`.
sflow:
type: dict
description: sFlow source-interfaces.
Expand All @@ -2531,11 +2523,28 @@ keys:
var.'
inband_mgmt_interface:
type: bool
description: 'Configure a SNMP local-interface with the interface set
by `inband_mgmt_interface` for the VRF set by `inband_mgmt_vrf`.
description: 'Configure a sFlow source-interface with the interface set
by `inband_mgmt_interface` and the VRF set by `inband_mgmt_vrf`.
`inband_mgmt_interface` is typically a loopback or SVI interface, and
can be set under the node settings.'
snmp:
type: dict
description: SNMP local-interfaces.
keys:
mgmt_interface:
type: bool
description: 'Configure a SNMP local-interface with the interface set
by `mgmt_interface` for the VRF set by `mgmt_interface_vrf`.
`mgmt_interface` is typically the out-of-band Management interface,
and can be set under the node settings, platform settings or as a group/host
var.'
inband_mgmt_interface:
type: bool
description: 'Configure a SNMP local-interface with the interface set
by `inband_mgmt_interface` for the VRF set by `inband_mgmt_vrf`.
`inband_mgmt_interface` is typically a loopback or SVI interface, and
can be set under the node settings.'
ssh_client:
Expand Down

0 comments on commit 63e1244

Please sign in to comment.