add tag to network parser

Signed-off-by: root <aderumier@odiso.com>
This commit is contained in:
root 2012-03-23 08:59:45 +01:00 committed by Dietmar Maurer
parent 2bc0067724
commit 54762b0ed8

View File

@ -29,6 +29,8 @@ Ext.define('PVE.Parser', { statics: {
res.bridge = match_res[1];
} else if ((match_res = p.match(/^rate=(\d+(\.\d+)?)$/)) !== null) {
res.rate = match_res[1];
} else if ((match_res = p.match(/^tag=(\d+(\.\d+)?)$/)) !== null) {
res.tag = match_res[1];
} else {
errors = true;
return false; // break