You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working around issue #11, I've set ferm_filter_domains: [ 'ip' ]. But this still creates a config-file for the ipv6-domain. Here is a snippet from near the top of generated /etc/ferm/ferm.conf
# Global firewall variables
@def $domains = (ip);
@def $ipv4_enabled = 1;
@def $ipv6_enabled = 0;
# Base firewall for IPv4 and IPv6
domain (ip ip6) table filter {
The text was updated successfully, but these errors were encountered:
htgoebel
changed the title
ferm_filter_domains: [ 'ip' ] still created IPv6 rules.ferm_filter_domains: [ 'ip' ] still creates IPv6 rules.
Nov 17, 2014
Hah. It seems that I've adde the $domains variable but forgot to use it in correct places in main configuration file, weird... Thanks for the heads up, this is a major bug. I'll fix it as soon as possible.
Working around issue #11, I've set
ferm_filter_domains: [ 'ip' ]
. But this still creates a config-file for the ipv6-domain. Here is a snippet from near the top of generated/etc/ferm/ferm.conf
The text was updated successfully, but these errors were encountered: