Skip to content

Commit

Permalink
Revert "Disable port security on SNAT router_interface"
Browse files Browse the repository at this point in the history
Reverting this change as per the discussion.

Related-Bug: #1750795

This reverts commit 124403a.

Change-Id: Icdebfd46d6d4ca0b719da268d537904a5505b92c
  • Loading branch information
manojgn committed Mar 23, 2018
1 parent a647990 commit c3a82e3
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -252,7 +252,6 @@ function createLogicalRouter(request, response, appData)
vmidata["virtual-machine-interface"]["display_name"] = uuid['hex'];
vmidata["virtual-machine-interface"]["uuid"] = uuid['hex'];
vmidata["virtual-machine-interface"]["name"] = uuid['hex'];
vmidata["virtual-machine-interface"]["port_security_enabled"] = false;
}
allDataArr.push({
request: request,
Expand Down

0 comments on commit c3a82e3

Please sign in to comment.