Skip to content

Commit

Permalink
fix sanity error (#550)
Browse files Browse the repository at this point in the history
* fix sanity error

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Ruchip16 and pre-commit-ci[bot] committed Aug 1, 2024
1 parent f467568 commit 4ad1b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/arista.eos.eos_bgp_address_family_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ Parameters
</td>
<td>
<div>Route action.</div>
<div style="font-size: small; color: darkgreen"><br/>aliases: mode</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -921,7 +922,6 @@ Parameters
</td>
<td>
<div>Type of address fmaily</div>
<div style="font-size: small; color: darkgreen"><br/>aliases: mode</div>
</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/eos_bgp_address_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@
description: Route action.
type: str
choices: ['both', 'import', 'export']
aliases: ['mode']
type:
description: Type of address fmaily
type: str
choices: ['evpn', 'vpn-ipv4', 'vpn-ipv6']
aliases: ['mode']
route_map:
description: Name of a route map.
type: str
Expand Down

0 comments on commit 4ad1b3a

Please sign in to comment.