OpenNSL API Guide and Reference Manual
Data Fields
opennsl_l3_ingress_s Struct Reference

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.
 

Detailed Description

L3 Ingress Structure.

Description of an L3 Ingress interface.

Definition at line 179 of file l3.h.

Field Documentation

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().

int opennsl_l3_ingress_s::intf_class

Classification class ID.

Definition at line 184 of file l3.h.

uint32 opennsl_l3_ingress_s::intf_class_route_disable

routing enablers bit map in rif profile

Definition at line 190 of file l3.h.

int opennsl_l3_ingress_s::ip4_options_profile_id

IP4 Options handling Profile ID.

Definition at line 187 of file l3.h.

opennsl_vlan_t opennsl_l3_ingress_s::ipmc_intf_id

IPMC L2 distribution Vlan.

Definition at line 185 of file l3.h.

int opennsl_l3_ingress_s::nat_realm_id

Realm id of the interface for NAT.

Definition at line 188 of file l3.h.

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

Tunnel termination ecn map id.

Definition at line 189 of file l3.h.

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().


The documentation for this struct was generated from the following file: