1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-22 11:17:31 +01:00
fwbuilder/src/res/os/endian.xml

87 lines
3.0 KiB
XML

<?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
<Target name="endian_os">
<description>Endian Firewall Appliance</description>
<status>disabled</status>
<family>ipcop</family>
<dialog>ipcop</dialog>
<options>
<user_can_change_install_dir>false</user_can_change_install_dir>
<default>
<linux24_ip_forward>1</linux24_ip_forward>
<linux24_ipv6_forward></linux24_ipv6_forward>
<loopback_interface>lo</loopback_interface>
<firewall_dir>/etc/rc.d/</firewall_dir>
<output_file>rc.firewall.local</output_file>
<admUser>root</admUser>
<activationCmd>/etc/rc.d/rc.firewall restart</activationCmd>
<flush_and_set_default_policy>False</flush_and_set_default_policy>
<modules_dir>/lib/modules/`uname -r`/kernel/net/</modules_dir>
</default>
<activation>
<fwdir>/etc/rc.d</fwdir>
<fwdir_test>{{$fwdir}}/tmp</fwdir_test>
</activation>
<!-- set to True if you want to suppress comments in the generated script -->
<suppress_comments>False</suppress_comments>
<!-- set to True if you do not need the script to load kernel modules -->
<suppress_modules>True</suppress_modules>
</options>
<capabilities>
<supports_routing>True</supports_routing>
<supports_advanced_interface_options>False</supports_advanced_interface_options>
</capabilities>
<interfaces>
<cluster>
</cluster>
<firewall>
<string>ethernet,Ethernet</string>
<string>bridge,Bridge</string>
<string>bonding,Bonding</string>
</firewall>
</interfaces>
<subinterfaces>
<ethernet>
<string>8021q,VLAN</string>
<string>unknown,Unknown</string>
</ethernet>
<bridge>
<string>ethernet,Ethernet</string>
<string>unknown,Unknown</string>
</bridge>
<bonding>
<string>ethernet,Ethernet</string>
<string>8021q,VLAN</string>
<string>unknown,Unknown</string>
</bonding>
</subinterfaces>
<tools>
<ipcop>
<path_lsmod>/sbin/lsmod</path_lsmod>
<path_modprobe>/sbin/modprobe</path_modprobe>
<path_iptables>/sbin/iptables</path_iptables>
<path_ip6tables>/sbin/ip6tables</path_ip6tables>
<path_iptables_restore>/sbin/iptables-restore</path_iptables_restore>
<path_ip6tables_restore>/sbin/ip6tables-restore</path_ip6tables_restore>
<path_ip>/sbin/ip</path_ip>
<path_logger>/usr/bin/logger</path_logger>
<path_expect>/usr/bin/expect</path_expect>
<path_ifconfig>/sbin/ifconfig</path_ifconfig>
<path_vconfig>/sbin/vconfig</path_vconfig>
<path_brctl>/sbin/brctl</path_brctl>
<path_ifenslave>/sbin/ifenslave</path_ifenslave>
</ipcop>
</tools>
</Target>
</FWBuilderResources>