Home
last modified time | relevance | path

Searched refs:relative_path (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/net/forwarding/
Ddevlink_lib.sh7 relative_path="${BASH_SOURCE%/*}"
8 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
9 relative_path="."
12 source "$relative_path/lib.sh"
Dlib.sh19 relative_path="${BASH_SOURCE%/*}"
20 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
21 relative_path="."
24 if [[ -f $relative_path/forwarding.config ]]; then
25 source "$relative_path/forwarding.config"
Dmirror_gre_topo_lib.sh36 source "$relative_path/mirror_topo_lib.sh"
Dmirror_gre_lib.sh3 source "$relative_path/mirror_lib.sh"