/usr/share/fwbuilder-5.1.0.3599/os/ios.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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
<Target name="ios">
<description>Cisco IOS</description>
<status>active</status>
<compiler>fwb_iosacl</compiler>
<family>ios</family>
<dialog>ios</dialog>
<cluster_dialog>basic</cluster_dialog>
<options>
<user_can_change_install_dir>true</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_advanced_interface_options>False</supports_advanced_interface_options>
<supports_cluster>True</supports_cluster>
</capabilities>
<protocols>
<failover>
<string>none,None</string>
</failover>
<state_sync>
<string>none,None</string>
</state_sync>
<none>
<needs_master>False</needs_master>
<no_ip_ok>True</no_ip_ok>
<manage_addresses>True</manage_addresses>
<dialog></dialog>
</none>
</protocols>
<interfaces>
<cluster>
</cluster>
<firewall>
<string>ethernet,Ethernet</string>
</firewall>
</interfaces>
<subinterfaces>
<ethernet>
<string>8021q,VLAN</string>
<string>unknown,Unknown</string>
</ethernet>
</subinterfaces>
</Target>
</FWBuilderResources>
|