FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_map_add_del_rule_t Struct Reference

Add or Delete MAP rule from a domain (Only used for shared IPv4 per subscriber) More...

Data Fields

u32 client_index
 
u32 context
 
u32 index
 
bool is_add
 
vl_api_ip6_address_t ip6_dst
 
u16 psid
 

Detailed Description

Add or Delete MAP rule from a domain (Only used for shared IPv4 per subscriber)

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
index- MAP Domain index
is_add- If 1 add rule, if 0 delete rule
ip6_dst- MAP CE IPv6 address
psid- Rule PSID

Definition at line 77 of file map.api.

Field Documentation

◆ client_index

u32 vl_api_map_add_del_rule_t::client_index

Definition at line 79 of file map.api.

◆ context

u32 vl_api_map_add_del_rule_t::context

Definition at line 80 of file map.api.

◆ index

u32 vl_api_map_add_del_rule_t::index

Definition at line 81 of file map.api.

◆ ip6_dst

vl_api_ip6_address_t vl_api_map_add_del_rule_t::ip6_dst

Definition at line 83 of file map.api.

◆ is_add

bool vl_api_map_add_del_rule_t::is_add

Definition at line 82 of file map.api.

◆ psid

u16 vl_api_map_add_del_rule_t::psid

Definition at line 84 of file map.api.


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