Go to the source code of this file.
◆ show_bier_fib_command_fn()
◆ vnet_bier_route_cmd()
◆ vnet_bier_table_cmd()
◆ bier_route_command
Initial value:= {
.path = "bier route",
.short_help = "bier route [add|del] sd <sud-domain> set <set> bsl <bit-string-length> bp <bit-position> via [next-hop-address] [next-hop-interface] [next-hop-table <value>] [weight <value>] [preference <value>] [udp-encap-id <value>] [ip4-lookup-in-table <value>] [ip6-lookup-in-table <value>] [mpls-lookup-in-table <value>] [resolve-via-host] [resolve-via-connected] [rx-ip4 <interface>] [out-labels <value value value>]",
}
clib_error_t * vnet_bier_route_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (bier_route_command)
Definition at line 130 of file bier_update.c.
◆ bier_table_command
Initial value:= {
.path = "bier table",
.short_help = "bier table [add|del] sd <sub-domain> set <SET> bsl <bit-string-length> [mpls <label>]",
}
clib_error_t * vnet_bier_table_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (bier_table_command)
Definition at line 69 of file bier_update.c.
◆ show_bier_fib_command
Initial value:= {
.path = "show bier fib",
.short_help = "show bier fib [table-index] [bit-position]",
}
static clib_error_t * show_bier_fib_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_bier_fib_command)
Definition at line 185 of file bier_update.c.