diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-28 15:53:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-28 15:53:44 +0000 |
commit | 839f3ab0e72df77d6264349801cd7f512b567fe5 (patch) | |
tree | 8ae3df10c7b07333a2e1683e7964a8b80c9f7364 /package/network/config/firewall/Makefile | |
parent | ec41a6a08ce79da472372fde532136643153f752 (diff) | |
download | upstream-839f3ab0e72df77d6264349801cd7f512b567fe5.tar.gz upstream-839f3ab0e72df77d6264349801cd7f512b567fe5.tar.bz2 upstream-839f3ab0e72df77d6264349801cd7f512b567fe5.zip |
firewall: flush conntrack table after changing interface rules
SVN-Revision: 35348
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 1cfc734a32..fce0a808cd 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=56 +PKG_RELEASE:=57 include $(INCLUDE_DIR)/package.mk |