forked from extern/shorewall_code
The bugs just keep on coming...
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2093 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2c32d4539a
commit
2c39bc42b4
@ -2765,10 +2765,10 @@ process_accounting_rule() {
|
||||
case $source in
|
||||
*:*)
|
||||
accounting_interface_verify ${source%:*}
|
||||
rule="-s ${source#*:} $(match_source_dev ${source%:*})"
|
||||
rule="$(source_ip_range ${source#*:}) $(match_source_dev ${source%:*})"
|
||||
;;
|
||||
*.*.*.*|+*|!+*)
|
||||
rule="$(source_ip_range)"
|
||||
rule="$(source_ip_range $source)"
|
||||
;;
|
||||
-|all|any)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user