6 lines
39 B
Bash
6 lines
39 B
Bash
#!/bin/bash
|
|
|
|
NS=$1
|
|
|
|
ip netns add "$NS"
|
#!/bin/bash
|
|
|
|
NS=$1
|
|
|
|
ip netns add "$NS"
|