forked from extern/shorewall_code
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:
parent
3c24144487
commit
1144d736bf
@ -25,4 +25,7 @@ Changes since 1.4.6
|
||||
|
||||
12) Add 'arp_filter' interface option.
|
||||
|
||||
13) Added accounting file support
|
||||
13) Added accounting file support
|
||||
|
||||
14) Fixed bug where an interface name alone appears in the DESTINATION
|
||||
column of the accounting file.
|
||||
|
@ -1774,7 +1774,7 @@ process_accounting_rule() {
|
||||
-|all|any)
|
||||
;;
|
||||
*)
|
||||
rule="$rule -d $dest"
|
||||
rule="$rule -o $dest"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user