Go to the source code of this file.
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.
import vnet ip ip_types api |
vl_api_ipsec_proto_t protocol |
Initial value:{
vl_api_fib_path_type_t type
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.
Initial value:
The ID of the punt exception reason Dump all the reasons to obtain this.
Definition at line 57 of file punt.api.
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.
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.
Initial value:
Definition at line 135 of file punt.api.