FD.io VPP  v16.09
Vector Packet Processing
ip6_sr_add_del_multicastmap_args_t Struct Reference

Args for mapping of multicast address to policy name. More...

+ Collaboration diagram for ip6_sr_add_del_multicastmap_args_t:

Data Fields

ip6_address_tmulticast_address
 multicast IP6 address More...
 
u8policy_name
 name of policy to map to More...
 
u8 is_del
 Delete the mapping. More...
 

Detailed Description

Args for mapping of multicast address to policy name.

Typically used for multicast replication. ie a multicast address can be associated with a policy, then replicated across a number of unicast SR tunnels.

Definition at line 166 of file sr.h.

Field Documentation

u8 ip6_sr_add_del_multicastmap_args_t::is_del

Delete the mapping.

Definition at line 175 of file sr.h.

ip6_address_t* ip6_sr_add_del_multicastmap_args_t::multicast_address

multicast IP6 address

Definition at line 169 of file sr.h.

u8* ip6_sr_add_del_multicastmap_args_t::policy_name

name of policy to map to

Definition at line 172 of file sr.h.


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