SAI
SAI copied to clipboard
Is SAI_ACL_ENTRY_ATTR_FIELD_TTL only for IPv4 TTL, or both IPv6 and IPv4?
Looking at saiacl.h, the documentation for SAI_ACL_ENTRY_ATTR_FIELD_TTL says "IP TTL", which is ambiguous. Does it refer only to the IPv4 TTL, or both IPv4 TTL and IPv6 hop_limit? Many ASICs support matching on both of these fields depending on the packet type.
Depending on the answer, I'm happy to send a small PR to clarify the documentation afterwards.