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 48b32dd.

Change-Id: Icf64da0f5f6b705f9b79749d20773f2509e8971b
  • Loading branch information
manojgn committed Mar 22, 2018
1 parent 4963d3f commit 9463be9
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -407,7 +407,6 @@ function readLogicalRouterToUpdate(error, logicalRouterURL, orginalDataFromUI,
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 9463be9

Please sign in to comment.