|
52 | 52 | description: |
53 | 53 | - Select direction for a rule or default policy command. |
54 | 54 | required: false |
55 | | - choices: ['in', 'out', 'incoming', 'outgoing'] |
| 55 | + choices: ['in', 'out', 'incoming', 'outgoing', 'routed'] |
56 | 56 | logging: |
57 | 57 | description: |
58 | 58 | - Toggles logging. Logged packets use the LOG_KERN syslog facility. |
@@ -173,7 +173,7 @@ def main(): |
173 | 173 | state = dict(default=None, choices=['enabled', 'disabled', 'reloaded', 'reset']), |
174 | 174 | default = dict(default=None, aliases=['policy'], choices=['allow', 'deny', 'reject']), |
175 | 175 | logging = dict(default=None, choices=['on', 'off', 'low', 'medium', 'high', 'full']), |
176 | | - direction = dict(default=None, choices=['in', 'incoming', 'out', 'outgoing']), |
| 176 | + direction = dict(default=None, choices=['in', 'incoming', 'out', 'outgoing', 'routed']), |
177 | 177 | delete = dict(default=False, type='bool'), |
178 | 178 | insert = dict(default=None), |
179 | 179 | rule = dict(default=None, choices=['allow', 'deny', 'reject', 'limit']), |
|
0 commit comments