diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-09 14:58:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-09 14:58:43 +0000 |
| commit | 7a0487d0006bb5c8a903d3e2481ef06aebfc47ed (patch) | |
| tree | 3b1beb6c820f5c25ca928feea176949b1f8b10de /tools | |
| parent | 93c02408754e7cec274c6d2580bc04f5e333eade (diff) | |
| parent | 2463d9d185f13647d51b77f9e37a7b1e5754ddb7 (diff) | |
| download | nova-7a0487d0006bb5c8a903d3e2481ef06aebfc47ed.tar.gz nova-7a0487d0006bb5c8a903d3e2481ef06aebfc47ed.tar.xz nova-7a0487d0006bb5c8a903d3e2481ef06aebfc47ed.zip | |
Merge "Remove nova dependency on vconfig on Linux."
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/clean-vlans | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clean-vlans b/tools/clean-vlans index a26ad86ad..284e5dc57 100755 --- a/tools/clean-vlans +++ b/tools/clean-vlans @@ -22,4 +22,4 @@ export LC_ALL=C sudo ifconfig -a | grep br | grep -v bridge | cut -f1 -d" " | xargs -n1 -ifoo ifconfig foo down sudo ifconfig -a | grep br | grep -v bridge | cut -f1 -d" " | xargs -n1 -ifoo brctl delbr foo sudo ifconfig -a | grep vlan | cut -f1 -d" " | xargs -n1 -ifoo ifconfig foo down -sudo ifconfig -a | grep vlan | cut -f1 -d" " | xargs -n1 -ifoo vconfig rem foo +sudo ifconfig -a | grep vlan | cut -f1 -d" " | xargs -n1 -ifoo ip link del foo |
