FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Access List Rule entry. More...
Access List Rule entry.
is_permit | - deny (0), permit (1), or permit+reflect(2) action on this rule. |
is_ipv6 | - IP addresses in this rule are IPv6 (1) or IPv4 (0) |
src_ip_addr | - Source prefix value |
src_ip_prefix_len | - Source prefix length |
dst_ip_addr | - Destination prefix value |
dst_ip_prefix_len | - Destination prefix length |
proto | - L4 protocol (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) |
srcport_or_icmptype_first | - beginning of source port or ICMP4/6 type range |
srcport_or_icmptype_last | - end of source port or ICMP4/6 type range |
dstport_or_icmpcode_first | - beginning of destination port or ICMP4/6 code range |
dstport_or_icmpcode_last | - end of destination port or ICMP4/6 code range |
tcp_flags_mask | - if proto==6, match masked TCP flags with this value |
tcp_flags_value | - if proto==6, mask to AND the TCP flags in the packet with |