@@ -419,7 +419,7 @@ Stores information about ACL tables on the switch. Port names are defined in [p
419
419
key = ACL_TABLE:name ; acl_table_name must be unique
420
420
;field = value
421
421
policy_desc = 1*255VCHAR ; name of the ACL policy table description
422
- type = "mirror"/"l3" ; type of acl table, every type of
422
+ type = "mirror"/"l3"/"l3v6" ; type of acl table, every type of
423
423
; table defines the match/action a
424
424
; specific set of match and actions.
425
425
ports = [0-max_ports]*port_name ; the ports to which this ACL
@@ -459,8 +459,7 @@ Stores rules associated with a specific ACL table on the switch.
459
459
ether_type = h16 ; Ethernet type field
460
460
461
461
ip_type = ip_types ; options of the l2_protocol_type
462
- ; field. Only v4 is support for
463
- ; this stage.
462
+ ; field.
464
463
465
464
ip_protocol = h8 ; options of the l3_protocol_type field
466
465
@@ -470,6 +469,12 @@ Stores rules associated with a specific ACL table on the switch.
470
469
dst_ip = ipv4_prefix ; options of the destination ipv4
471
470
; address (and mask) field
472
471
472
+ src_ipv6 = ipv6_prefix ; options of the source ipv6
473
+ ; address (and mask) field
474
+
475
+ dst_ipv6 = ipv6_prefix ; options of the destination ipv6
476
+ ; address (and mask) field
477
+
473
478
l4_src_port = port_num ; source L4 port or the
474
479
l4_dst_port = port_num ; destination L4 port
475
480
0 commit comments