mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-14 00:49:09 +02:00
support for configuring static routes on BSD". Implemented support for simple static routing rules. ECMP and routing via interface (routing to directly reachable subnets) are not supported. Generated script preserves static routing entries that existed before and attempts to recover in case of error. Needs testing.
107 lines
3.9 KiB
XML
107 lines
3.9 KiB
XML
<?xml version="1.0"?>
|
|
<FWBuilderResources>
|
|
<Target name="ipf">
|
|
<description>ipfilter</description>
|
|
<status>active</status>
|
|
<group>Open Source Firewalls</group>
|
|
<compiler>fwb_ipf</compiler>
|
|
<dialog>ipf</dialog>
|
|
<supported_os>freebsd,solaris</supported_os>
|
|
|
|
<options>
|
|
<default>
|
|
<firewall_dir>/etc</firewall_dir>
|
|
<accept_new_tcp_with_no_syn>true</accept_new_tcp_with_no_syn>
|
|
<eliminate_duplicates>true</eliminate_duplicates>
|
|
<check_shading>true</check_shading>
|
|
<log_prefix>RULE %N -- %A </log_prefix>
|
|
<configure_interfaces>true</configure_interfaces>
|
|
<manage_virtual_addr>true</manage_virtual_addr>
|
|
<in_out_code>true</in_out_code>
|
|
<pass_all_out>false</pass_all_out>
|
|
</default>
|
|
</options>
|
|
|
|
<capabilities>
|
|
<negation_in_interface_policy>True</negation_in_interface_policy>
|
|
<negation_in_policy>True</negation_in_policy>
|
|
<negation_in_nat>False</negation_in_nat>
|
|
<logging_in_policy>True</logging_in_policy>
|
|
<options_in_policy>True</options_in_policy>
|
|
<supports_nat>True</supports_nat>
|
|
<actions_in_nat>False</actions_in_nat>
|
|
<supports_time>False</supports_time>
|
|
<supports_accounting>True</supports_accounting>
|
|
<security_levels>False</security_levels>
|
|
<network_zones>False</network_zones>
|
|
<unprotected_interfaces>False</unprotected_interfaces>
|
|
<supports_prolog_epilog>True</supports_prolog_epilog>
|
|
<supports_cluster>False</supports_cluster>
|
|
<install_only_on_primary>False</install_only_on_primary>
|
|
<actions>
|
|
<Accept>
|
|
<supported>True</supported>
|
|
<description>Accept</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Accept>
|
|
<Deny>
|
|
<supported>True</supported>
|
|
<description>Deny</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Deny>
|
|
<Reject>
|
|
<supported>True</supported>
|
|
<description>Reject</description>
|
|
<dialog_page>Reject</dialog_page>
|
|
</Reject>
|
|
<Accounting>
|
|
<supported>True</supported>
|
|
<description>Count</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Accounting>
|
|
<Tag>
|
|
<supported>False</supported>
|
|
<description>Tag</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Tag>
|
|
<Pipe>
|
|
<supported>False</supported>
|
|
<description>Pipe</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Pipe>
|
|
<Classify>
|
|
<supported>False</supported>
|
|
<description>Classify</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Classify>
|
|
<Custom>
|
|
<supported>True</supported>
|
|
<description>Custom</description>
|
|
<dialog_page>CustomStr</dialog_page>
|
|
</Custom>
|
|
<Branch>
|
|
<supported>False</supported>
|
|
<description>Branch</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Branch>
|
|
<Route>
|
|
<supported>True</supported>
|
|
<description>Route</description>
|
|
<dialog_page>RouteIPF</dialog_page>
|
|
</Route>
|
|
<Translate>
|
|
<supported>True</supported>
|
|
<description>Translate</description>
|
|
<dialog_page>None</dialog_page>
|
|
</Translate>
|
|
<NATBranch>
|
|
<supported>False</supported>
|
|
<description>Branch</description>
|
|
<dialog_page>None</dialog_page>
|
|
</NATBranch>
|
|
</actions>
|
|
</capabilities>
|
|
</Target>
|
|
|
|
</FWBuilderResources>
|