Skip to content

Commit a955956

Browse files
authored
Change egress default policy from 'allow' to 'deny'
1 parent c5c5a2d commit a955956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/offering/AddNetworkOffering.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export default {
692692
conservemode: true,
693693
availability: 'optional',
694694
specifyipranges: false,
695-
egressdefaultpolicy: 'allow',
695+
egressdefaultpolicy: 'deny',
696696
ispublic: this.isPublic,
697697
nsxsupportlb: true,
698698
routingmode: 'static'

0 commit comments

Comments
 (0)