Alon Bar-Lev has uploaded a new change for review.

Change subject: vdsm: bridge: /proc/net/vlan may contain tabs
......................................................................

vdsm: bridge: /proc/net/vlan may contain tabs

Reference-Url: http://lists.ovirt.org/pipermail/users/2013-February/012365.html
Reported-By: Jeff Bailey <[email protected]>
Change-Id: I1aa5f1d1a88e41447ecd1eb2121d4b829f586b27
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M src/plugins/ovirt-host-deploy/vdsm/bridge.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/20/12120/1

diff --git a/src/plugins/ovirt-host-deploy/vdsm/bridge.py 
b/src/plugins/ovirt-host-deploy/vdsm/bridge.py
index c00838c..4b099af 100644
--- a/src/plugins/ovirt-host-deploy/vdsm/bridge.py
+++ b/src/plugins/ovirt-host-deploy/vdsm/bridge.py
@@ -128,8 +128,9 @@
     _RE_VLAN_ID = re.compile(
         flags=re.VERBOSE,
         pattern=r"""
+            ^
             .*
-            VID: ([0-9]+)
+            \sVID:\s(\d+)\s
             .*
             """
     )


--
To view, visit http://gerrit.ovirt.org/12120
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1aa5f1d1a88e41447ecd1eb2121d4b829f586b27
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to