|
OpenNSL API Guide and Reference Manual
|
L3 Ingress Structure. More...
#include <l3.h>
Data Fields | |
| uint32 | flags |
| Interface flags. | |
| int | intf_class |
| Classification class ID. | |
| uint32 | intf_class_route_disable |
| routing enablers bit map in rif profile | |
| int | ip4_options_profile_id |
| IP4 Options handling Profile ID. | |
| opennsl_vlan_t | ipmc_intf_id |
| IPMC L2 distribution Vlan. | |
| int | nat_realm_id |
| Realm id of the interface for NAT. | |
| int | qos_map_id |
| QoS DSCP priority map. | |
| int | tunnel_term_ecn_map_id |
| Tunnel termination ecn map id. | |
| opennsl_l3_ingress_urpf_mode_t | urpf_mode |
| URPF mode setting for L3 Ingress Interface. | |
| opennsl_vrf_t | vrf |
| Virtual router id. | |
| uint32 opennsl_l3_ingress_s::flags |
Interface flags.
Definition at line 180 of file l3.h.
Referenced by example_create_l3_intf(), and example_l3_intf_rif_create().
| uint32 opennsl_l3_ingress_s::intf_class_route_disable |
| int opennsl_l3_ingress_s::ip4_options_profile_id |
| opennsl_vlan_t opennsl_l3_ingress_s::ipmc_intf_id |
| int opennsl_l3_ingress_s::nat_realm_id |
| int opennsl_l3_ingress_s::qos_map_id |
QoS DSCP priority map.
Definition at line 186 of file l3.h.
Referenced by example_l3_intf_rif_create().
| int opennsl_l3_ingress_s::tunnel_term_ecn_map_id |
| opennsl_l3_ingress_urpf_mode_t opennsl_l3_ingress_s::urpf_mode |
URPF mode setting for L3 Ingress Interface.
Definition at line 182 of file l3.h.
Referenced by example_l3_intf_rif_create().
| opennsl_vrf_t opennsl_l3_ingress_s::vrf |
Virtual router id.
Definition at line 181 of file l3.h.
Referenced by example_create_l3_intf(), and example_l3_intf_rif_create().