FD.io VPP  v18.01-8-g0eacf49
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 499 of file ip.api.

Field Documentation

u8 vl_api_ip6_mfib_details_t::address_length

Definition at line 503 of file ip.api.

u32 vl_api_ip6_mfib_details_t::context

Definition at line 501 of file ip.api.

u32 vl_api_ip6_mfib_details_t::count

Definition at line 506 of file ip.api.

u8 vl_api_ip6_mfib_details_t::grp_address[16]

Definition at line 504 of file ip.api.

vl_api_fib_path_t vl_api_ip6_mfib_details_t::path[count]

Definition at line 507 of file ip.api.

u8 vl_api_ip6_mfib_details_t::src_address[16]

Definition at line 505 of file ip.api.

u32 vl_api_ip6_mfib_details_t::table_id

Definition at line 502 of file ip.api.


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