#,Status,Project,Tracker,Priority,Subject,Assigned to,Category,Target version,Author,Start,Due date,% Done,Estimated time,Created,Updated,Description
404,Assigned,MasterShaper,Devel,Normal,IANA uses XML files for ports and protocols now,Andreas Unterkircher,internals,0.60,Andreas Unterkircher,12/25/2012,"",0,"",12/25/2012 08:36 AM,12/25/2012 08:36 AM,""
66,Unreviewed,MasterShaper,Devel,Normal,iptables-restore for iptables bulk loading,"","","",Andreas Unterkircher,08/03/2008,"",0,"",08/03/2008 11:09 AM,08/03/2008 11:09 AM,"http://www.mastershaper.org/forum/index.php?topic=296.0

<pre>
unki@kuecken:~$ cat shaper_loader.sh.ipt-restore
--- shaper_loader.sh    2006-01-22 16:07:50.000000000 +0200
+++ shaper_loader.sh.1  2006-11-02 00:58:03.000000000 +0200
@@ -119,17 +119,18 @@

    iptables)

-      while read line
-      do
-         OUTPUT=`${line} 2>&1`;
-
-        if [ $? != 0 ]
-        then
-           echo ""Error: ${OUTPUT}""
-           exit 1;
-        fi
-
-      done < $2
+       echo ""*mangle"" > $2-xxx
+       cat $2  |  sed ""s#${IPT_BIN} -t mangle##"" >> $2-xxx
+       echo COMMIT >> $2-xxx
+       OUTPUT=$(/sbin/iptables-restore $2-xxx 2>&1)
+       if [ $? != 0 ]
+       then
+               ruleid=$(echo $OUTPUT |grep Error |  awk '{print $5}')
+               rule=$(grep -w ""^ *$linenum"" $2-xxx | sed 's/^ *$linenum//')
+               echo ""Error: ${IPT_BIN} -t mangle $rule""
+               echo ""Error: ${OUTPUT}""
+               exit 1;
+       fi
       echo ""OK""

       ;;
</pre>"
64,Unreviewed,MasterShaper,Feature,Normal,Assign user chains which he can manage,"","","",Andreas Unterkircher,08/03/2008,"",0,"",08/03/2008 11:08 AM,08/03/2008 11:08 AM,Permission structure should allow users to manage parts of the MasterShaper ruleset.
62,Unreviewed,MasterShaper,Devel,Normal,IFB support,"","","",Andreas Unterkircher,08/03/2008,"",0,"",08/03/2008 11:07 AM,08/03/2008 11:07 AM,"

currently the code is not more available in v0.6. maybe added later again.

----

MSINTERFACES addepted and added additional column into table shaper_interfaces.

----

http://linux-net.osdl.org/index.php/IFB

"
61,Unreviewed,MasterShaper,Devel,Normal,XML format for save & restore ruleset,"","","",Andreas Unterkircher,08/03/2008,"",0,"",08/03/2008 11:06 AM,08/03/2008 11:06 AM,"storing config in xml is now possible. probably instead of relying on the ""real
names"", git like sha-hashes would be nice to reassign ports to filters, service
levels to chains & pipes, ..."
60,Unreviewed,MasterShaper,Devel,Normal,Long time monitoring,"","","",Andreas Unterkircher,08/03/2008,"",0,"",08/03/2008 11:06 AM,07/23/2011 11:53 AM,"so far best would be:

short-time monitoring via MySQL

for long time monitoring using RRD databases which will be periodically updated
with short-time monitoring data."
