Go to the source code of this file.
Initial value:=
{
.path = "gbp contract",
.short_help =
"gbp contract [del] src-epg <ID> dst-epg <ID> acl-index <ACL>",
}
static clib_error_t * gbp_contract_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_contract_cli_node)
Definition at line 158 of file gbp_contract.c.
Single contract DB instance.
DP functions and databases.
Definition at line 23 of file gbp_contract.c.
Initial value:= {
.path = "show gbp contract",
.short_help = "show gbp contract\n",
}
static clib_error_t * gbp_contract_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_contract_show_node)
Definition at line 195 of file gbp_contract.c.