FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_ip6_mfib_details_t Struct Reference

IP6 Multicast FIB table response. More...

+ Collaboration diagram for vl_api_ip6_mfib_details_t:

Data Fields

u32 context
 
u32 table_id
 
u8 address_length
 
u8 grp_address [16]
 
u8 src_address [16]
 
u32 count
 
vl_api_fib_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 485 of file ip.api.

Field Documentation

u8 vl_api_ip6_mfib_details_t::address_length

Definition at line 489 of file ip.api.

u32 vl_api_ip6_mfib_details_t::context

Definition at line 487 of file ip.api.

u32 vl_api_ip6_mfib_details_t::count

Definition at line 492 of file ip.api.

u8 vl_api_ip6_mfib_details_t::grp_address[16]

Definition at line 490 of file ip.api.

vl_api_fib_path_t vl_api_ip6_mfib_details_t::path[count]

Definition at line 493 of file ip.api.

u8 vl_api_ip6_mfib_details_t::src_address[16]

Definition at line 491 of file ip.api.

u32 vl_api_ip6_mfib_details_t::table_id

Definition at line 488 of file ip.api.


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