VPP-362 Implement dumping of LISP adjacencies
Change-Id: Ieea56f3bf9e749878d9f2b35d39d9f7a9cdabde4 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
75fc854da7
commit
69a9b76d64
@ -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):
|
||||
|
Reference in New Issue
Block a user