FD.io VPP
v16.09
Vector Packet Processing
|
Add or delete an ILA entry. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | type |
u8 | sir_address [16] |
u64 | locator |
u32 | vnid |
u32 | local_adj_index |
u8 | csum_mode |
u8 | dir |
u8 | is_del |
Add or delete an ILA entry.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
type | - The ILA type to be used. Supported values: 0: Interface Identifier (iid) 1: Locally Unique Identifier (luid) 3: IPv6 Virtual Network Identifier (vnid-ip6) 4: Multicast Virtual Network Identifier (vnid-multicast) |
sir_address | - Standard Identifier Representation address which uniquely identifies the ILA entry. |
local_adj_index | - The local FIB index if the entry is a local entry, ~0 if the entry is not local (only used to translate from SIR to ILA). |
csum_mode | - The checksum mode for this entry. Supported values: 0: No action 1: Neutral Mapping 2: Adjust for Transport Layer |
dir | - The translation direction Supported values: 0: Bidirection 1: SIR to ILA only 2: ILA to SIR only |
is_del | - Whether the entry with the given SIR address should be deleted. |