Skip to content

Commit

Permalink
B #3510: Fix 802.1Q hooks (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 authored and Ruben S. Montero committed Jul 26, 2019
1 parent 597f737 commit 65aabd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vnm_mad/remotes/lib/sg_driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def activate(do_all=false)
end

unlock

0
end

# Clean iptables rules and chains
Expand All @@ -132,6 +134,8 @@ def deactivate(do_all=false)
ensure
unlock
end

0
end
end
end

0 comments on commit 65aabd7

Please sign in to comment.