From 6773171c3d619be5bb646cdc80ebfd4d7ae26376 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 13:12:33 +0200 Subject: re-generate core & example binary APIs Signed-off-by: Rastislav Szabo --- examples/bin_api/ip/ip.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/bin_api/ip') diff --git a/examples/bin_api/ip/ip.go b/examples/bin_api/ip/ip.go index 4d0d27a..6991d4e 100644 --- a/examples/bin_api/ip/ip.go +++ b/examples/bin_api/ip/ip.go @@ -1,5 +1,5 @@ // Package ip represents the VPP binary API of the 'ip' VPP module. -// DO NOT EDIT. Generated from 'bin_api/ip.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. +// DO NOT EDIT. Generated from 'bin_api/ip.api.json' on Thu, 04 May 2017 13:11:57 CEST. package ip import "gerrit.fd.io/r/govpp.git/api" @@ -882,6 +882,7 @@ func NewIPAddressDump() api.Message { // type IPDetails struct { SwIfIndex uint32 + Context uint32 IsIpv6 uint8 } -- cgit 1.2.3-korg