FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
src/plugins/ioam/lib-pot

clear pot profile

Summary/usage

clear pot profile [<index>|all].

Declaration and implementation

Declaration: clear_pot_profile_command (src/plugins/ioam/lib-pot/pot_util.c line 269)

Implementation: clear_pot_profile_command_fn.

set pot profile

Summary/usage

set pot profile name <string> id [0-1] [validator-key 0xu64] \
              prime-number 0xu64 secret_share 0xu64 lpc 0xu64 \
              polynomial2 0xu64 bits-in-random [0-64] .

Declaration and implementation

Declaration: set_pot_profile_command (src/plugins/ioam/lib-pot/pot_util.c line 333)

Implementation: set_pot_profile_command_fn.

set pot profile-active

Summary/usage

set pot profile-active name <string> id [0-1].

Declaration and implementation

Declaration: set_pot_profile_activate_command (src/plugins/ioam/lib-pot/pot_util.c line 376)

Implementation: set_pot_profile_activate_command_fn.

show pot profile

Summary/usage

show pot profile.

Declaration and implementation

Declaration: show_pot_profile_command (src/plugins/ioam/lib-pot/pot_util.c line 440)

Implementation: show_pot_profile_command_fn.