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 Mar 1, 2018
1 parent 0ebed95 commit 7f21a15
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -250,6 +250,7 @@ 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 7f21a15

Please sign in to comment.