Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 18, 2024
1 parent a44cb40 commit 9669da0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_bgp_global_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4917,7 +4917,7 @@ Parameters
<td>
</td>
<td>
<div>{&#x27;DEPRECATED&#x27;: &quot;This option is deprecated and will be removed at/as of jan 2027. Use &#x27;asn&#x27; instead.&quot;}</div>
<div>DEPRECATED: This option is deprecated and will be removed at/as of jan 2027. Use &#x27;asn&#x27; instead.</div>
<div>AS number used as local AS</div>
<div>Please refer vendor documentation for valid values</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ class Bgp_globalArgs(object): # pylint: disable=R0903
"type": "dict",
"options": {
"set": {"type": "bool"},
'number': {
'type': 'int',
'removed_at_date': '2027-01-31',
'removed_from_collection': 'cisco.ios',
"number": {
"type": "int",
"removed_at_date": "2027-01-31",
"removed_from_collection": "cisco.ios",
},
"asn": {"type": "str"},
"dual_as": {"type": "bool"},
Expand Down

0 comments on commit 9669da0

Please sign in to comment.