Skip to content

Commit 94c4d91

Browse files
committed
changed priority from 1000 to 10000
1 parent e52a183 commit 94c4d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/middlewares/k8sSwiftV2_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func getDefaultDenyACLPolicy(direction hcn.DirectionType) ([]byte, error) {
9595
"Type": "ACL",
9696
"Action": hcn.ActionTypeBlock,
9797
"Direction": direction,
98-
"Priority": "1000",
98+
"Priority": "10000",
9999
}
100100
denyACLJSON, err := json.Marshal(denyACL)
101101
if err != nil {

0 commit comments

Comments
 (0)