add tag to network parser
Signed-off-by: root <aderumier@odiso.com>
This commit is contained in:
parent
2bc0067724
commit
54762b0ed8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user