network: up the dev
some kernels do that automatically, some don't
This commit is contained in:
parent
a2547bcd83
commit
b27f1b62f3
1 changed files with 2 additions and 0 deletions
|
@ -15,3 +15,5 @@ ip -6 link add vxlan${netid} type vxlan \
|
||||||
group ff05::${netid} \
|
group ff05::${netid} \
|
||||||
dev ${dev} \
|
dev ${dev} \
|
||||||
ttl 5
|
ttl 5
|
||||||
|
|
||||||
|
ip link set ${dev} up
|
||||||
|
|
Loading…
Reference in a new issue