2 # SPDX-License-Identifier: GPL-2.0
3 tdc_config.py - tdc user-specified values
5 Copyright (C) 2017 Lucas Bates <lucasb@mojatatu.com>
8 # Dictionary containing all values that can be substituted in executable
11 # Substitute your own tc path here
13 # Name of veth devices to be created for the namespace
17 'BATCH_FILE': './batch.txt',
18 # Name of the namespace to use
25 # put customizations in tdc_config_local.py
27 from tdc_config_local
import *
28 except ImportError as ie
:
32 NAMES
.update(EXTRA_NAMES
)
33 except NameError as ne
: