Skip to content

Commit

Permalink
added test files
Browse files Browse the repository at this point in the history
  • Loading branch information
niels van hooij committed Aug 15, 2023
1 parent a23bd1b commit dad5864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genie/libs/parser/hvrp/display_config_dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DisplayConfigDhcp(DisplayConfigDhcpSchema):
cli_command = "display dhcp configuration"

def cli(self, output=None):
real_cmd = "DisplayConfigDhcpSchema"
real_cmd = "display current-configuration"
out = self.device.execute(real_cmd) if output is None else output

# below regex extracts blocks op dhcp pools until the ! char:
Expand Down

0 comments on commit dad5864

Please sign in to comment.