From e89f19c5bb0f7aa611cb4a8ac435b99127eee6db Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 15 May 2020 23:41:29 +0200 Subject: nat: T2198: set default protocol to all to be backwards compatible --- src/conf_mode/nat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode/nat.py') diff --git a/src/conf_mode/nat.py b/src/conf_mode/nat.py index 13edca846..ebac6bfc0 100755 --- a/src/conf_mode/nat.py +++ b/src/conf_mode/nat.py @@ -99,7 +99,7 @@ def parse_source_destination(conf, source_dest): 'interface_in': '', 'interface_out': '', 'log': False, - 'protocol': '', + 'protocol': 'all', 'number': number, 'source_address': '', 'source_port': '', -- cgit v1.2.3