1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-17 07:57:43 +02:00
fwbuilder/test/pf/firewall-ipv6-3.fw.orig
Vadim Kurland 0aa3eac4d4 * Compiler.cpp (expandGroupsInRuleElement): sorting objects in the
rule element by name after group is expanded, this helps ensure
stable ordering of objects in generated configuration.

* Compiler.cpp (replaceClusterInterfaceInItfRE::processNext):
sorting objects in rule element after cluster interfaces have been
replaced, this helps ensure stable ordering of objects in generated
configuration.

* FWObject.h (FWObjectNameCmpPredicate): moved this class from
gui-specific module to libfwbuilder as it is universally useful.
It can compare FWObject objects by name and can optionally can
follow references; it can be used with std::sort() to sort lists
of FWObject pointers or directly sort rule elements.
2011-03-12 19:50:24 -08:00

44 lines
1.1 KiB
Plaintext
Executable File

#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3499
#
# Generated Sat Mar 12 19:45:28 2011 PST by vadim
#
# files: * firewall-ipv6-3.fw /etc/firewall-ipv6-3.fw
# files: firewall-ipv6-3.conf /etc/firewall-ipv6-3.conf
# files: firewall-ipv6-3-Policy_ipv4.conf /etc/firewall-ipv6-3-Policy_ipv4.conf
#
# Compiled for pf
#
gateway_enable="YES"
ipv6_gateway_enable="YES"
cloned_interfaces="vlan100 vlan101"
ipv6_network_interfaces="ed0 lo0"
network_interfaces="ed0 lo0 vlan100 vlan101"
ifconfig_ed0="1.1.1.1 netmask 0xffffff00"
ifconfig_ed0="fe80::21d:9ff:fe8b:8e94/64"
ifconfig_ed0_alias0="10.10.10.1 netmask 0xffffff00"
ifconfig_ed0_alias0="2001:db8::1/64"
ifconfig_ed0_alias1="10.10.10.2 netmask 0xffffff00"
ifconfig_ed0_alias1="2001:db8::2/64"
vlans_ed1="vlan100 vlan101"
create_args_vlan100="vlan 100 vlandev ed1"
create_args_vlan101="vlan 101 vlandev ed1"
ifconfig_lo0="127.0.0.1 netmask 0xff000000"
ifconfig_lo0="::1/128"
ifconfig_vlan100="172.16.1.1 netmask 0xfffffff0"
ifconfig_vlan101="172.16.2.1 netmask 0xfffffff0"
pf_enable="YES"
pf_rules="/etc/firewall-ipv6-3.conf"