mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 09:59:37 +02:00
nat compiler for ipfilter work with interface column, however the column is not exposed to the user. Compiler behavior should be backwards compatible with older versions of fwbuilder.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#
|
||||
# This is automatically generated file. DO NOT MODIFY !
|
||||
#
|
||||
# Firewall Builder fwb_ipf v4.2.0.3457
|
||||
# Firewall Builder fwb_ipf v4.2.0.3480
|
||||
#
|
||||
# Generated Thu Feb 3 14:54:45 2011 PST by vadim
|
||||
# Generated Thu Feb 17 12:00:13 2011 PST by vadim
|
||||
#
|
||||
# files: * firewall35.fw /etc/firewall35.fw
|
||||
# files: firewall35-ipf.conf /etc/firewall35-ipf.conf
|
||||
@@ -30,7 +30,7 @@ LOGGER="/usr/bin/logger"
|
||||
|
||||
log() {
|
||||
echo "$1"
|
||||
test -x "$LOGGER" && $LOGGER -p info "$1"
|
||||
command -v "$LOGGER" &>/dev/null && $LOGGER -p info "$1"
|
||||
}
|
||||
|
||||
diff_intf() {
|
||||
@@ -77,7 +77,7 @@ configure_interfaces() {
|
||||
|
||||
}
|
||||
|
||||
log "Activating firewall script generated Thu Feb 3 14:54:45 2011 by vadim"
|
||||
log "Activating firewall script generated Thu Feb 17 12:00:13 2011 by vadim"
|
||||
|
||||
set_kernel_vars
|
||||
configure_interfaces
|
||||
|
||||
Reference in New Issue
Block a user