Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh36 source "$relative_path/mirror_topo_lib.sh"
Dlib.sh24 relative_path="${BASH_SOURCE%/*}"
25 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then
26 relative_path="."
29 if [[ -f $relative_path/forwarding.config ]]; then
30 source "$relative_path/forwarding.config"
Dmirror_gre_lib.sh3 source "$relative_path/mirror_lib.sh"