From f06c92da266e8a71c8720d92179cd2d2d56d1a27 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 26 Apr 2022 19:16:20 -0500 Subject: Regenerate 'types' with APIFile/APIVersion/CrcVersion Signed-off-by: Ed Warnicke Change-Id: I4ca28677573f6479258a67e3699b0d92bf18b009 --- binapi/fib_types/fib_types.ba.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binapi/fib_types') diff --git a/binapi/fib_types/fib_types.ba.go b/binapi/fib_types/fib_types.ba.go index 67d3f43..d889400 100644 --- a/binapi/fib_types/fib_types.ba.go +++ b/binapi/fib_types/fib_types.ba.go @@ -25,6 +25,12 @@ import ( // GoVPP api package needs to be updated. const _ = api.GoVppAPIPackageIsVersion2 +const ( + APIFile = "fib_types" + APIVersion = "2.0.1" + VersionCrc = 0x21fd785b +) + // FibPathFlags defines enum 'fib_path_flags'. type FibPathFlags uint32 -- cgit 1.2.3-korg