see #2367 removed actions Tag, Classify, Route and added options instead; added functions to class PolicyRule to check and set these options; replaced checks for those actions with calls to the functions everywhere.

This commit is contained in:
Vadim Kurland
2011-04-27 18:44:38 -07:00
parent 57a195538b
commit 629b0b31e2
29 changed files with 269 additions and 243 deletions
+2 -2
View File
@@ -7,13 +7,13 @@ FWB_MICRO_VERSION=1
# build number is like "nano" version number. I am incrementing build
# number during development cycle
#
BUILD_NUM="3532"
BUILD_NUM="ma_1"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"
GENERATION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION"
# Data format version
FWBUILDER_XML_VERSION=18
FWBUILDER_XML_VERSION=19