Tom A few minor issues with shorewall.conf parameter TC_PRIOMAP.
If a value has a decimal point: TC_PRIOMAP="2.1 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2" The following error messages are produced: Illegal "priomap" element ERROR: Command "tc qdisc add dev eth0 root handle 1: prio bands 3 priomap 1.1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1" Failed ------------------------------------------------------------------------------------------------------------------------------- If a value is negative: TC_PRIOMAP="-1 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2" The following error messages are produced: "priomap" element is out of bands ERROR: Command "tc qdisc add dev eth0 root handle 1: prio bands 3 priomap -2 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1" Failed ------------------------------------------------------------------------------------------------------------------------------- If the closing " is missing: TC_PRIOMAP="2 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2 The following error messages are produced: "priomap" element is out of bands ERROR: Command "tc qdisc add dev eth0 root handle 1: prio bands 3 priomap -1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1" Failed Steven. ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
