VPP-382: Add ipsec tunnel interface to sw_interface_dump
Change-Id: I9e49c9b6deedb750269da04e3332a3b0742d382c Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:
Matus Fabian
committed by
Damjan Marion
parent
5539a077ef
commit
8fce3e3c51
@ -4371,6 +4371,12 @@ api_sw_interface_dump (vat_main_t * vam)
|
||||
sizeof (mp->name_filter) - 1);
|
||||
S;
|
||||
|
||||
/* and IPSEC tunnel interfaces */
|
||||
M (SW_INTERFACE_DUMP, sw_interface_dump);
|
||||
mp->name_filter_valid = 1;
|
||||
strncpy ((char *) mp->name_filter, "ipsec", sizeof (mp->name_filter) - 1);
|
||||
S;
|
||||
|
||||
/* Use a control ping for synchronization */
|
||||
{
|
||||
vl_api_control_ping_t *mp;
|
||||
|
Reference in New Issue
Block a user