/usr/share/fwbuilder-5.3.7/os/openbsd.xml is in fwbuilder-common 5.3.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
<Target name="openbsd">
<description>OpenBSD</description>
<status>active</status>
<family>openbsd</family>
<dialog>openbsd</dialog>
<interface_dialog>bsd</interface_dialog>
<cluster_dialog>basic</cluster_dialog>
<options>
<user_can_change_install_dir>true</user_can_change_install_dir>
<rc_conf_format_supported>false</rc_conf_format_supported>
<default>
<openbsd_ip_forward>1</openbsd_ip_forward>
<loopback_interface>lo0</loopback_interface>
</default>
<activation>
<fwdir>/etc/fw</fwdir>
<fwdir_test>{{$fwdir}}/tmp</fwdir_test>
</activation>
</options>
<capabilities>
<supports_routing>True</supports_routing>
<supports_metric>False</supports_metric>
<supports_routing_itf>False</supports_routing_itf>
<supports_subinterfaces>True</supports_subinterfaces>
<supports_advanced_interface_options>True</supports_advanced_interface_options>
<supports_cluster>True</supports_cluster>
</capabilities>
<protocols>
<failover>
<string>carp,CARP</string>
<string>none,None</string>
</failover>
<state_sync>
<string>pfsync,pfsync</string>
</state_sync>
<pfsync>
<needs_master>False</needs_master>
<manage_addresses>True</manage_addresses>
<dialog>pfsync</dialog>
</pfsync>
<carp>
<needs_master>True</needs_master>
<manage_addresses>True</manage_addresses>
<dialog>carp</dialog>
</carp>
<none>
<needs_master>False</needs_master>
<no_ip_ok>True</no_ip_ok>
<manage_addresses>False</manage_addresses>
<dialog></dialog>
</none>
</protocols>
<interfaces>
<cluster>
<string>carp,CARP</string>
</cluster>
<firewall>
<string>ethernet,Ethernet</string>
<string>bridge,Bridge</string>
</firewall>
</interfaces>
<subinterfaces>
<ethernet>
<string>8021q,VLAN</string>
<string>unknown,Unknown</string>
</ethernet>
<bridge>
<string>ethernet,Ethernet</string>
<string>8021q,VLAN</string>
<string>unknown,Unknown</string>
</bridge>
</subinterfaces>
<tools>
<path_ifconfig>/sbin/ifconfig</path_ifconfig>
<path_pfctl>/sbin/pfctl</path_pfctl>
<path_sysctl>/sbin/sysctl</path_sysctl>
<path_logger>/usr/bin/logger</path_logger>
<path_expect>/usr/bin/expect</path_expect>
</tools>
</Target>
</FWBuilderResources>
|