From 241de488727ba60af9b883ef8ed31571a119b856 Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:15:25 +1000 Subject: T6834 static_route module to support interface_route (#398) * t6834 init * facts fixes, WIP * T6834 - facts updates * static_routes 1.3- config, facts, args and sanit and unit tests * changelog * changelog updates * static_routes 1.4+ * static_routes v1.4 unit tests * comment removed --- plugins/modules/vyos_static_routes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/modules') diff --git a/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py index 76fccaf9..0629a8bd 100644 --- a/plugins/modules/vyos_static_routes.py +++ b/plugins/modules/vyos_static_routes.py @@ -104,7 +104,6 @@ options: - The IP address of the next hop that can be used to reach the destination network. type: str - required: true enabled: description: - Disable IPv4/v6 next-hop static route. -- cgit v1.2.3