Go to the source code of this file.
◆ punt_type
The types of packets to be punted.
Enumerator |
---|
PUNT_API_TYPE_L4 | |
PUNT_API_TYPE_IP_PROTO | |
PUNT_API_TYPE_EXCEPTION | |
Definition at line 21 of file punt.api.
◆ api
import vnet ip ip_types api |
◆ name
◆ port
◆ protocol
vl_api_ip_proto_t protocol |
◆ punt
Initial value:
Full description of which packets are requested to be punted.
- Template Parameters
-
type | - Which packet type |
punt | - Description corresponding to the type |
Definition at line 75 of file punt.api.
◆ punt_exception
Initial value:
The ID of the punt exception reason Dump all the reasons to obtain this.
Definition at line 57 of file punt.api.
◆ punt_ip_proto
Initial value:{
vl_api_address_family_t
af
Punt IP protocol traffic definition.
- Template Parameters
-
af | - Address Family, IPv4 or IPV6 |
protocol | - IP protocol to be punted |
Definition at line 48 of file punt.api.
◆ punt_l4
Initial value:{
vl_api_address_family_t
af
Punt L4 traffic definition.
- Template Parameters
-
af | - Address Family, IPv4 or IPV6 |
protocol | - L4 protocol to be punted |
port | - TCP/UDP port to be punted |
Definition at line 37 of file punt.api.
◆ punt_reason
Initial value:
Definition at line 135 of file punt.api.
◆ version