From 83d4074b9fa7bc885f95b3be399ce8a01d70a45d Mon Sep 17 00:00:00 2001 From: Valentin Gurmeza Date: Tue, 30 May 2017 11:59:27 -0700 Subject: [PATCH] add additional parameters --- library/mt_hotspot.py | 1 + library/mt_ip_firewall.py | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/library/mt_hotspot.py b/library/mt_hotspot.py index 7cdbdb5..cfbc1be 100644 --- a/library/mt_hotspot.py +++ b/library/mt_hotspot.py @@ -29,6 +29,7 @@ options: options: - netwatch - e-mail + - hotspot settings: description: - All Mikrotik compatible parameters for this particular endpoint. diff --git a/library/mt_ip_firewall.py b/library/mt_ip_firewall.py index 7353391..02530d3 100644 --- a/library/mt_ip_firewall.py +++ b/library/mt_ip_firewall.py @@ -22,13 +22,6 @@ options: description: - password used for authentication to mikrotik router required: True - parameter: - description: - - sub endpoint for mikrotik tool - required: True - options: - - netwatch - - e-mail rule: description: - a list containing dictionary parameters. @@ -40,6 +33,7 @@ options: options: - filter - nat + - mangle settings: description: - All Mikrotik compatible parameters for this particular endpoint.