From c88e7e87d9464f347183e3a0e2a259412014c69c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 23 Oct 2011 12:27:22 +0000 Subject: [PATCH] firewall: merge r28535 SVN-Revision: 28536 --- package/firewall/Makefile | 2 +- package/firewall/files/lib/fw.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/firewall/Makefile b/package/firewall/Makefile index df49d1df78..5978068fc5 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=34.3 +PKG_RELEASE:=34.4 include $(INCLUDE_DIR)/package.mk diff --git a/package/firewall/files/lib/fw.sh b/package/firewall/files/lib/fw.sh index a8a7911494..7922d222f8 100644 --- a/package/firewall/files/lib/fw.sh +++ b/package/firewall/files/lib/fw.sh @@ -74,7 +74,8 @@ fw__exec() { # { } fw__rc $(($? & 1)) return fi - fw__rc 0 + [ "$app" != ip6tables ] || [ "$tab" != nat ] + fw__rc $? } fw__err() { -- 2.30.2