Skip to content

Commit

Permalink
Revert "Disable port security on SNAT router_interface"
Browse files Browse the repository at this point in the history
As per discussion. Second commit revert.

This reverts commit 35f14f1.

Related-Bug: #1750795

Change-Id: I6c0d50f101225e2a84680048f2efd768b8e9ab28
  • Loading branch information
manojgn committed Mar 23, 2018
1 parent 886cd57 commit cc6052a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -264,7 +264,6 @@ function createLogicalRouterCB (dataObj, callback)
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 cc6052a

Please sign in to comment.