Skip to content

Commit ae14f24

Browse files
Minor markups after proof-read.
1 parent ab22613 commit ae14f24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/operator-nexus/concepts-access-control-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: template-concept
1111

1212
# Access Control Lists Overview
1313

14-
An Access Control List (ACL) is a list of rules that control the inbound and outbound flow of packets into an interface. The interface can be an Ethernet interface, a sub interface, a port channel interface, or the switch control plane itself.
14+
An Access Control List (ACL) is a list of rules that control the inbound and outbound flow of packets through an interface. The interface can be an Ethernet interface, a sub interface, a port channel interface, or the switch control plane itself.
1515

1616
An ACL that is applied to incoming packets is called an **Ingress ACL**. An ACL that is applied to outgoing packets is called an **Egress ACL**.
1717

articles/operator-nexus/reference-acl-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ A traffic policy MATCHING CONFIGURATION defines the conditions and parameters fo
2020

2121
- **protocol**: the transport protocol type, such as TCP, UDP, ICMP, or IGMP.
2222

23-
- **source**: the source port number or port range.
23+
- **source**: the source IP address, port number or port range.
2424

25-
- **destination**: the destination port number or port range.
25+
- **destination**: the destination IP address, port number or port range.
2626

2727
- **ttl**: the time-to-live (TTL) value in the IP header.
2828

@@ -58,7 +58,7 @@ You can store the field-set definition in a file in your own Azure storage accou
5858
| **resource-name** | The name of the ACL. | `example-Ipv4ingressACL` |
5959
| **configuration-type** | The type of configuration for the ACL. It can be either `Inline` or `File`. | `Inline` |
6060
| **default-action** | The default action to be taken for the ACL. It can be either `Permit` or `Deny`. | `Permit` |
61-
| **match-configurations** | The list of match configurations for the ACL. Each match configuration has a name, a sequence number, an IP address type, a list of match conditions, and a list of actions. | `\[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:\[...\],actions:\[...\]}\]` |
62-
| **dynamic-match-configurations** | The list of dynamic match configurations for the ACL. Each dynamic match configuration has a list of IP groups, VLAN groups, and port groups. | `\[{ipGroups:\[...\],vlanGroups:\[...\],portGroups:\[...\]}\]` |
61+
| **match-configurations** | The list of match configurations for the ACL. Each match configuration has a name, a sequence number, an IP address type, a list of match conditions, and a list of actions. | `[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[...],actions:[...]}]` |
62+
| **dynamic-match-configurations** | The list of dynamic match configurations for the ACL. Each dynamic match configuration has a list of IP groups, VLAN groups, and port groups. | `[{ipGroups:[...],vlanGroups:[...],portGroups:[...]}]` |
6363
| **acls-url** | The URL of the ACLs file. This parameter is required only if the configuration-type is `File`. | `https://ACL-Storage-URL` |
64-
| **annotation**: An optional annotation for the ACL. | `annotation` |
64+
| **annotation** | An optional annotation for the ACL. | `annotation` |

0 commit comments

Comments
 (0)