Skip to content

Commit

Permalink
Update lldp_global.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thenmozhi-gopal authored Aug 22, 2024
1 parent a0e8c3d commit dcd8618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def get_delete_specific_lldp_global_param_requests(self, command, config):
url = self.lldp_global_config_path['enable']
payload = {}
if command['enable'] is False:
payload = {'openconfig-lldp:enabled': True}
payload = {'openconfig-lldp:enabled': True}
elif command['enable'] is True:
payload = {'openconfig-lldp:enabled': False}
if payload:
Expand Down

0 comments on commit dcd8618

Please sign in to comment.