Skip to content

Commit

Permalink
CA - update static routes command
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseaauld committed Nov 21, 2024
1 parent dd1ae95 commit 287156b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion napalm_netiron/netiron.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ def get_static_routes(self):
routes = []

show_running_config = self.device.send_command_timing(
"show running-config interface", delay_factor=self._show_command_delay_factor
"show running-config", delay_factor=self._show_command_delay_factor
)
static_routes_detail = textfsm_extractor(self, "static_route_details", show_running_config)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="napalm-netiron",
version="0.3.6",
version="0.3.7",
packages=find_packages(),
author="Johan van den Dorpe",
author_email="[email protected]",
Expand Down

0 comments on commit 287156b

Please sign in to comment.