Skip to content

Commit

Permalink
re-run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored and ClausHolbechArista committed Mar 14, 2024
1 parent 283eecf commit d8c7912
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| [<samp>&nbsp;&nbsp;l3_edge</samp>](## "fabric_sflow.l3_edge") | Boolean | | | | Enable sFlow on all p2p_links defined under l3_edge. |
| [<samp>&nbsp;&nbsp;core_interfaces</samp>](## "fabric_sflow.core_interfaces") | Boolean | | | | Enable sFlow on all p2p_links defined under core_interfaces. |
| [<samp>&nbsp;&nbsp;mlag_interfaces</samp>](## "fabric_sflow.mlag_interfaces") | Boolean | | | | Enable sFlow on all MLAG peer interfaces. |
| [<samp>sflow_settings</samp>](## "sflow_settings") | Dictionary | | | | sFlow settings.<br>The sFlow process will only be configured if any interface is enabled for sFlow.<br>For default enabling of sFlow for various interface types across the fabric see "fabric_sflow". |
| [<samp>sflow_settings</samp>](## "sflow_settings") | Dictionary | | | | sFlow settings.<br>The sFlow process will only be configured if any interface is enabled for sFlow.<br>For default enabling of sFlow for various interface types across the fabric see `fabric_sflow`. |
| [<samp>&nbsp;&nbsp;destinations</samp>](## "sflow_settings.destinations") | List, items: Dictionary | | | | |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;destination</samp>](## "sflow_settings.destinations.[].destination") | String | Required | | | sFlow destination name or IP address. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port</samp>](## "sflow_settings.destinations.[].port") | Integer | | | Min: 1<br>Max: 65535 | UDP Port number. The default port number for sFlow is 6343. |
Expand Down Expand Up @@ -49,7 +49,7 @@

# sFlow settings.
# The sFlow process will only be configured if any interface is enabled for sFlow.
# For default enabling of sFlow for various interface types across the fabric see "fabric_sflow".
# For default enabling of sFlow for various interface types across the fabric see `fabric_sflow`.
sflow_settings:
destinations:

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8c7912

Please sign in to comment.