firewall: make sure that -m mac is used with --mac-source, follow up to r27508
SVN-Revision: 27519
This commit is contained in:
parent
b15f8f765a
commit
a92ed1808c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=firewall
|
||||
|
||||
PKG_VERSION:=2
|
||||
PKG_RELEASE:=29
|
||||
PKG_RELEASE:=30
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ fw_load_redirect() {
|
|||
$srcaddr ${destaddr:--m conntrack --ctstate DNAT} \
|
||||
$pr \
|
||||
$srcports $destports \
|
||||
$sm \
|
||||
${sm:+-m mac $sm} \
|
||||
$redirect_extra \
|
||||
}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue