Add vxlan-gpe tunnel to sw_interface_dump
Patchset 2: rebuild Change-Id: I3375d6c9c7e18ab46896552614369b9d77ee6004 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
This commit is contained in:
@ -3116,6 +3116,13 @@ int api_sw_interface_dump (vat_main_t * vam)
|
||||
strncpy ((char *) mp->name_filter, "lo", sizeof(mp->name_filter)-1);
|
||||
S;
|
||||
|
||||
|
||||
/* and vxlan-gpe tunnel interfaces */
|
||||
M(SW_INTERFACE_DUMP, sw_interface_dump);
|
||||
mp->name_filter_valid = 1;
|
||||
strncpy ((char *) mp->name_filter, "vxlan_gpe", sizeof(mp->name_filter)-1);
|
||||
S;
|
||||
|
||||
/* and vxlan tunnel interfaces */
|
||||
M(SW_INTERFACE_DUMP, sw_interface_dump);
|
||||
mp->name_filter_valid = 1;
|
||||
|
Reference in New Issue
Block a user