FD.io VPP  v19.08-27-gf4dcae4
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 79 of file map.api.

Field Documentation

u32 vl_api_map_add_del_rule_t::client_index

Definition at line 81 of file map.api.

u32 vl_api_map_add_del_rule_t::context

Definition at line 82 of file map.api.

u32 vl_api_map_add_del_rule_t::index

Definition at line 83 of file map.api.

vl_api_ip6_address_t vl_api_map_add_del_rule_t::ip6_dst

Definition at line 85 of file map.api.

bool vl_api_map_add_del_rule_t::is_add

Definition at line 84 of file map.api.

u16 vl_api_map_add_del_rule_t::psid

Definition at line 86 of file map.api.


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