reconfigure
Reload or commit a subsystem's configuration (filter, nat, or aliases) on a firewall. Supports dry-run preview and forced override to bypass lockout safeguards when needed.
Instructions
[WRITE][risk=high] Reload/commit a subsystem's config (filter/nat/aliases).
Reloading the 'filter' subsystem commits the staged rule set just as apply_changes does, so it carries the same lockout guard and the same override.
Args: subsystem: Config subsystem to reload (filter, nat, aliases). dry_run: If True, preview without reconfiguring. override: Proceed despite a certain lockout finding (filter subsystem). target: Firewall target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| override | No | ||
| subsystem | No | filter |