FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
vl_api_ip6_mfib_details_t Struct Reference

IP6 Multicast FIB table response. More...

Data Fields

u32 context
 
u32 table_id
 
u8 address_length
 
u8 grp_address [16]
 
u8 src_address [16]
 
u32 count
 
vl_api_mfib_path_t path [count]
 

Detailed Description

IP6 Multicast FIB table response.

Template Parameters
table_id- IP fib table id - mask length - Group address/prefix - Source address
count- the number of fib_path in path
path- array of of fib_path structures

Definition at line 542 of file ip.api.

Field Documentation

u8 vl_api_ip6_mfib_details_t::address_length

Definition at line 546 of file ip.api.

u32 vl_api_ip6_mfib_details_t::context

Definition at line 544 of file ip.api.

u32 vl_api_ip6_mfib_details_t::count

Definition at line 549 of file ip.api.

u8 vl_api_ip6_mfib_details_t::grp_address[16]

Definition at line 547 of file ip.api.

vl_api_mfib_path_t vl_api_ip6_mfib_details_t::path[count]

Definition at line 550 of file ip.api.

u8 vl_api_ip6_mfib_details_t::src_address[16]

Definition at line 548 of file ip.api.

u32 vl_api_ip6_mfib_details_t::table_id

Definition at line 545 of file ip.api.


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