Skip to content

Commit

Permalink
Disable port security on SNAT router_interface
Browse files Browse the repository at this point in the history
Change-Id: Ieacab0d8697dd6ca8945b22de2a50ca623ebd9b7
Closes-Bug: #1750795
  • Loading branch information
pjediny committed Feb 21, 2018
1 parent 2149ec8 commit 35f14f1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -264,6 +264,7 @@ 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 35f14f1

Please sign in to comment.