Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NextHopViaLabelUnset constant has to be assigned into the field next hop via label in ip_add_del_route binary message // if next hop via label is not defined. // equals to MPLS_LABEL_INVALID defined in VPP NextHopViaLabelUnset uint32 = 0xfffff + 1 // ClassifyTableIndexUnset is a default value for field classify_table_index in ip_add_del_route binary message ClassifyTableIndexUnset uint32 = ^uint32(0) // NextHopOutgoingIfUnset constant has to be assigned into the field next_hop_outgoing_interface in ip_add_del_route binary message // if outgoing interface for next hop is not defined. NextHopOutgoingIfUnset uint32 = ^uint32(0) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.