Skip to content

Commit

Permalink
[doc] fix tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
Stepan Blyschak committed Jul 5, 2019
1 parent 872245c commit a0d4b37
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,20 +934,20 @@ Output from the command displays the table name, type of the table, the list of
- Example:
```
admin@sonic:~$ show acl table
Name Type Binding Description Stage
-------- --------- --------------- ---------------- -------
EVERFLOW MIRROR Ethernet16 EVERFLOW ingress
Ethernet96
Ethernet108
Ethernet112
PortChannel0001
PortChannel0002
SNMP_ACL CTRLPLANE SNMP SNMP_ACL ingress
DT_ACL_T1 L3 Ethernet0 DATA_ACL_TABLE_1 egress
Ethernet4
Ethernet112
Ethernet116
SSH_ONLY CTRLPLANE SSH SSH_ONLY ingress
Name Type Binding Description Stage
-------- --------- --------------- ---------------- -------
EVERFLOW MIRROR Ethernet16 EVERFLOW ingress
Ethernet96
Ethernet108
Ethernet112
PortChannel0001
PortChannel0002
SNMP_ACL CTRLPLANE SNMP SNMP_ACL ingress
DT_ACL_T1 L3 Ethernet0 DATA_ACL_TABLE_1 egress
Ethernet4
Ethernet112
Ethernet116
SSH_ONLY CTRLPLANE SSH SSH_ONLY ingress
```

Expand Down Expand Up @@ -980,19 +980,19 @@ Users can choose to have a default permit rule or default deny rule. In case of
- Example:
```
admin@sonic:~$ show acl rule
Table Rule Priority Action Match
-------- ------------ ---------- ------------------------- ----------------------------
SNMP_ACL RULE_1 9999 ACCEPT IP_PROTOCOL: 17
SRC_IP: 1.1.1.1/32
SSH_ONLY RULE_2 9998 ACCEPT IP_PROTOCOL: 6
SRC_IP: 1.1.1.1/32
EVERFLOW RULE_3 9997 MIRROR INGRESS: everflow0 SRC_IP: 20.0.0.2/32
EVERFLOW RULE_4 9996 MIRROR EGRESS : everflow1 L4_SRC_PORT: 4621
DATAACL RULE_5 9995 REDIRECT: Ethernet8 IP_PROTOCOL: 126
DATAACL RULE_6 9994 FORWARD L4_SRC_PORT: 179
DATAACL RULE_7 9993 FORWARD L4_DST_PORT: 179
SNMP_ACL DEFAULT_RULE 1 DROP ETHER_TYPE: 2048
SSH_ONLY DEFAULT_RULE 1 DROP ETHER_TYPE: 2048
Table Rule Priority Action Match
-------- ------------ ---------- ------------------------- ----------------------------
SNMP_ACL RULE_1 9999 ACCEPT IP_PROTOCOL: 17
SRC_IP: 1.1.1.1/32
SSH_ONLY RULE_2 9998 ACCEPT IP_PROTOCOL: 6
SRC_IP: 1.1.1.1/32
EVERFLOW RULE_3 9997 MIRROR INGRESS: everflow0 SRC_IP: 20.0.0.2/32
EVERFLOW RULE_4 9996 MIRROR EGRESS : everflow1 L4_SRC_PORT: 4621
DATAACL RULE_5 9995 REDIRECT: Ethernet8 IP_PROTOCOL: 126
DATAACL RULE_6 9994 FORWARD L4_SRC_PORT: 179
DATAACL RULE_7 9993 FORWARD L4_DST_PORT: 179
SNMP_ACL DEFAULT_RULE 1 DROP ETHER_TYPE: 2048
SSH_ONLY DEFAULT_RULE 1 DROP ETHER_TYPE: 2048
```


Expand Down

0 comments on commit a0d4b37

Please sign in to comment.