diff --git a/Shorewall/lib.cli b/Shorewall/lib.cli index bf1012997..5b1275cac 100644 --- a/Shorewall/lib.cli +++ b/Shorewall/lib.cli @@ -990,6 +990,10 @@ do_dump_command() { fi } +dump_command() { + do_dump_command | dump_filter +} + # # Restore Comand Executor # @@ -1098,10 +1102,6 @@ read_yesno_with_timeout() { fi } -dump_command() { - do_dump_command | dump_filter -} - # # Print a heading with leading and trailing black lines #