Files
p4_testbed/scripts/30-add_namespaces.sh
2024-12-31 15:17:29 +01:00

6 lines
39 B
Bash
Executable File

#!/bin/bash
NS=$1
ip netns add "$NS"