From d3c91d0ee00c187a5623a6b66f9fedad800ff3d0 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Tue, 22 Feb 2022 16:30:07 -0500 Subject: vyos_firewall_rules: Add support for log enable on individual rules (#238) vyos_firewall_rules: Add support for log enable on individual rules SUMMARY ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Rohit Thakur Reviewed-by: None --- plugins/modules/vyos_firewall_rules.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/modules') diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index b6ed81b6..6df6892c 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -220,6 +220,13 @@ options: choices: - match-ipsec - match-none + log: + description: + - Option to log packets matching rule + type: str + choices: + - disable + - enable limit: description: - Rate limit using a token bucket filter. -- cgit v1.2.3