/usr/share/fwbuilder-5.1.0.3599/os/procurve.xml is in fwbuilder-common 5.1.0-4.
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 | <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
<Target name="procurve">
<description>HP ProCurve</description>
<status>active</status>
<compiler>fwb_procurve</compiler>
<family>procurve</family>
<dialog>procurve</dialog>
<interface_dialog>vlan_only</interface_dialog>
<options>
<user_can_change_install_dir>false</user_can_change_install_dir>
<default>
</default>
<activation>
<fwdir>nvram:</fwdir>
<fwdir_test>nvram:</fwdir_test>
</activation>
</options>
<capabilities>
<supports_routing>True</supports_routing>
<supports_metric>True</supports_metric>
<supports_routing_itf>True</supports_routing_itf>
<supports_subinterfaces>False</supports_subinterfaces>
<supports_advanced_interface_options>True</supports_advanced_interface_options>
<supports_cluster>False</supports_cluster>
</capabilities>
<interfaces>
<cluster>
</cluster>
<firewall>
<string>ethernet,Ethernet</string>
<string>8021q,VLAN</string>
<string>unknown,Unknown</string>
</firewall>
</interfaces>
<subinterfaces>
</subinterfaces>
</Target>
</FWBuilderResources>
|