Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
vmdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c54d5eef
authored
Jul 15, 2014
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workaround for missing nic-s
parent
b1585348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
netdriver.py
+4
-1
No files found.
netdriver.py
View file @
c54d5eef
...
...
@@ -245,7 +245,10 @@ def port_create(network):
def
port_delete
(
network
):
""" Remove port from bridge and remove rules from flow database. """
# Clear all port rules
clear_port_rules
(
network
)
try
:
clear_port_rules
(
network
)
except
:
pass
# Missing port (deleted already)
if
not
native_ovs
:
# Delete port
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment