Correct bug in accounting file processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@693 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-08-10 15:06:23 +00:00
parent 3c24144487
commit 1144d736bf
2 changed files with 5 additions and 2 deletions

View File

@ -26,3 +26,6 @@ Changes since 1.4.6
12) Add 'arp_filter' interface option.
13) Added accounting file support
14) Fixed bug where an interface name alone appears in the DESTINATION
column of the accounting file.

View File

@ -1774,7 +1774,7 @@ process_accounting_rule() {
-|all|any)
;;
*)
rule="$rule -d $dest"
rule="$rule -o $dest"
;;
esac