From 823241e47e82fb10302378efa9b61885aaa98709 Mon Sep 17 00:00:00 2001 From: Vivek Aggarwal Date: Fri, 6 Nov 2020 10:48:41 -0800 Subject: [PATCH] Remove default ACLs --- cni/azure-windows.conflist | 40 -------------------------------------- 1 file changed, 40 deletions(-) diff --git a/cni/azure-windows.conflist b/cni/azure-windows.conflist index 29ac9e94e4..395d1ec4f5 100644 --- a/cni/azure-windows.conflist +++ b/cni/azure-windows.conflist @@ -40,46 +40,6 @@ "DestinationPrefix": "10.0.0.0/8", "NeedEncap": true } - }, - { - "Name": "EndpointPolicy", - "Value": { - "Type": "ACL", - "Action": "Allow", - "Direction": "Out", - "RemoteAddresses": "168.63.129.16/32", - "Protocols": "17", - "RemotePorts": "53", - "Priority": 200 - } - }, - { - "Name": "EndpointPolicy", - "Value": { - "Type": "ACL", - "Action": "Block", - "Direction": "Out", - "RemoteAddresses": "168.63.129.16/32", - "Priority": 65000 - } - }, - { - "Name": "EndpointPolicy", - "Value": { - "Type": "ACL", - "Action": "Allow", - "Direction": "Out", - "Priority": 65500 - } - }, - { - "Name": "EndpointPolicy", - "Value": { - "Type": "ACL", - "Action": "Allow", - "Direction": "In", - "Priority": 65500 - } } ] }