]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
firewall: Fix proper check for BLUE and ORANGE devices.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Feb 2014 12:01:48 +0000 (13:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Feb 2014 12:01:48 +0000 (13:01 +0100)
config/firewall/firewall-policy

index 773e5cea608bfcf28e7ad9d23ed7fe70505d51a5..bd1e40d35a101eea1ba5f5cb98333c118c949100 100755 (executable)
@@ -41,10 +41,10 @@ HAVE_ORANGE="false"
 
 case "${CONFIG_TYPE}" in
        2)
-               HAVE_BLUE="true"
+               HAVE_ORANGE="true"
                ;;
        3)
-               HAVE_ORANGE="true"
+               HAVE_BLUE="true"
                ;;
        4)
                HAVE_BLUE="true"