aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_entry_src_interface.c
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2020-02-24 21:06:38 +0000
committerNeale Ranns <nranns@cisco.com>2020-02-25 10:44:46 +0000
commit41e831f5588fe5ebfd879f4e570e85e12770b360 (patch)
tree2b058774a28390469333cc409dabb3fa207d7b8a /src/vnet/fib/fib_entry_src_interface.c
parentba4677063688beb62eb2f14e6c22ebbc92cce33d (diff)
crypto-openssl: fix coverity warnings
Type: fix Change-Id: Ia42ff39a0a33f89901b8333a9e6ca82ca9805cc6 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'src/vnet/fib/fib_entry_src_interface.c')
0 files changed, 0 insertions, 0 deletions
pan>#!/router/bin/python import os import sys def add_root_to_path (): """adds trex_control_plane root dir to script path, up to `depth` parent dirs""" root_dirname = 'trex_control_plane' file_path = os.path.dirname(os.path.realpath(__file__)) components = file_path.split(os.sep) sys.path.append( str.join(os.sep, components[:components.index(root_dirname)+1]) ) return add_root_to_path()