Skip to content

Commit

Permalink
power-cycle-ping-address and power-cycle-ping-timeout can be unset
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Herfert <[email protected]>
  • Loading branch information
felixfontein and therfert authored Nov 10, 2022
1 parent a58a236 commit c0ec761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ def join_path(path):
'poe-priority': KeyInfo(can_disable=True),
'poe-voltage': KeyInfo(can_disable=True),
'power-cycle-interval': KeyInfo(),
'power-cycle-ping-address': KeyInfo(),
'power-cycle-ping-address': KeyInfo(can_disable=True),
'power-cycle-ping-enabled': KeyInfo(),
'power-cycle-ping-timeout': KeyInfo(),
'power-cycle-ping-timeout': KeyInfo(can_disable=True),
'rx-flow-control': KeyInfo(default='off'),
'sfp-rate-select': KeyInfo(default='high'),
'sfp-shutdown-temperature': KeyInfo(default='95C'),
Expand Down

0 comments on commit c0ec761

Please sign in to comment.