VPP-362 Implement dumping of LISP adjacencies

Change-Id: Ieea56f3bf9e749878d9f2b35d39d9f7a9cdabde4
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:
Filip Tehlar
2016-09-23 10:00:52 +02:00
committed by Florin Coras
parent 75fc854da7
commit 69a9b76d64
10 changed files with 364 additions and 5 deletions

View File

@ -63,7 +63,8 @@ cfg = importlib.import_module(inputfile, package=None)
# FIXME: functions unsupported due to problems with vpe.api
def is_supported(f_name):
return f_name not in {'vnet_ip4_fib_counters', 'vnet_ip6_fib_counters'}
return f_name not in {'vnet_ip4_fib_counters', 'vnet_ip6_fib_counters',
'lisp_adjacencies_get_reply', 'lisp_adjacencies_get'}
def is_request_field(field_name):