diff --git a/docs/Actions.xml b/docs/Actions.xml index 1404a36b8..9b89574df 100644 --- a/docs/Actions.xml +++ b/docs/Actions.xml @@ -261,6 +261,16 @@ REDIRECT net - tcp 80 - 1.2.3.4 If you want to make '-' a parameter value, use '--' (e.g., ACTION(REDIRECT,--.info)). + + Beginning with Shorewall 4.4.21, you can specify the default + values of your FORMAT-2 actions: + + DEFAULTS def1,def2,... + + where def1 is the default value for the + first parameter, def2 is the default value + for the second parameter and so on. You can specify an empty default + using '-' (e.g. DEFAULTS DROP,-,audit).