Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
86be487
)
Add vxlan-gpe tunnel to sw_interface_dump
25/1425/3
author
Hongjun Ni
<
[email protected]
>
Tue, 7 Jun 2016 17:07:12 +0000
(
01:07
+0800)
committer
Chris Luke
<
[email protected]
>
Mon, 13 Jun 2016 19:06:48 +0000
(19:06 +0000)
Patchset 2: rebuild
Change-Id: I3375d6c9c7e18ab46896552614369b9d77ee6004
Signed-off-by: Hongjun Ni <
[email protected]
>
vpp-api-test/vat/api_format.c
patch
|
blob
|
history
diff --git
a/vpp-api-test/vat/api_format.c
b/vpp-api-test/vat/api_format.c
index
410bab5
..
086c888
100644
(file)
--- a/
vpp-api-test/vat/api_format.c
+++ b/
vpp-api-test/vat/api_format.c
@@
-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;