C-Docs: New structure
[csit.git] / docs / content / methodology / test / access_control_lists.md
@@ -1,6 +1,6 @@
 ---
 title: "Access Control Lists"
-weight: 12
+weight: 5
 ---
 
 # Access Control Lists
@@ -40,10 +40,8 @@ ACL tests are executed with the following combinations of ACL entries
 and number of flows:
 
 - ACL entry definitions
-
   - flow non-matching deny entry: (src-ip4, dst-ip4, src-port, dst-port).
   - flow matching permit ACL entry: (src-ip4, dst-ip4).
-
 - {E} - number of non-matching deny ACL entries, {E} = [1, 10, 50].
 - {F} - number of UDP flows with different tuple (src-ip4, dst-ip4,
   src-port, dst-port), {F} = [100, 10k, 100k].
@@ -60,10 +58,8 @@ MAC-IP ACL tests are executed with the following combinations of ACL
 entries and number of flows:
 
 - ACL entry definitions
-
   - flow non-matching deny entry: (dst-ip4, dst-mac, bit-mask)
   - flow matching permit ACL entry: (dst-ip4, dst-mac, bit-mask)
-
 - {E} - number of non-matching deny ACL entries, {E} = [1, 10, 50]
 - {F} - number of UDP flows with different tuple (dst-ip4, dst-mac),
   {F} = [100, 10k, 100k]