FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
Init functions

show init-function

Summary/usage

show init-function [init | enter | exit][verbose [nn]].

Description

Show init function order

Example usage
vpp# show init-function [init | enter | exit] [verbose [nn]]

Declaration and implementation

Declaration: show_init_function (src/vlib/init.c line 663)

Implementation: show_init_function_command_fn.