mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Fix an indentation problem
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5224 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
63d25cadaa
commit
2605b6c1c0
@ -129,27 +129,27 @@ setup_mac_lists() # $1 = Phase Number
|
|||||||
REJECT:*)
|
REJECT:*)
|
||||||
[ $MACLIST_TABLE = mangle ] && fatal_error "DISPOSITION = REJECT is incompatible with MACLIST_TABLE=mangle"
|
[ $MACLIST_TABLE = mangle ] && fatal_error "DISPOSITION = REJECT is incompatible with MACLIST_TABLE=mangle"
|
||||||
target=reject
|
target=reject
|
||||||
disposition=REJECT
|
disposition=REJECT
|
||||||
;;
|
;;
|
||||||
REJECT)
|
REJECT)
|
||||||
[ $MACLIST_TABLE = mangle ] && fatal_error "DISPOSITION = REJECT is incompatible with MACLIST_TABLE=mangle"
|
[ $MACLIST_TABLE = mangle ] && fatal_error "DISPOSITION = REJECT is incompatible with MACLIST_TABLE=mangle"
|
||||||
target=reject
|
target=reject
|
||||||
;;
|
;;
|
||||||
DROP:*)
|
DROP:*)
|
||||||
level=${disposition#*:}
|
level=${disposition#*:}
|
||||||
disposition=DROP
|
disposition=DROP
|
||||||
target=DROP
|
target=DROP
|
||||||
;;
|
;;
|
||||||
DROP)
|
DROP)
|
||||||
target=DROP
|
target=DROP
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
addresses="$mac"
|
addresses="$mac"
|
||||||
mac="$interface"
|
mac="$interface"
|
||||||
interface="$disposition"
|
interface="$disposition"
|
||||||
disposition=ACCEPT
|
disposition=ACCEPT
|
||||||
target=RETURN
|
target=RETURN
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
physdev_part=
|
physdev_part=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user