1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 23:47:46 +02:00
Vadim Kurland bd9ab07a5e the drop-down list of interfaces for the "route-through" rule option
for PF and iptables should include not only cluster interfaces, but
also interfaces of all members. This way, we can make compiler
generate configuration

"pass in quick on em0 route-to { ( em0 10.1.1.2 ) } ... "

for a rule of a PF cluster. Here "em0" is an interface of a member,
not the cluster.
2011-08-11 14:02:21 -07:00
..