mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-21 10:27:22 +08:00
feat: Set listening interface for past
This commit is contained in:
parent
d190b3ba87
commit
8c619f8f30
@ -299,9 +299,9 @@ configurePasst() {
|
||||
exclude=$(getHostPorts "$HOST_PORTS")
|
||||
|
||||
if [ -z "$exclude" ]; then
|
||||
exclude="all"
|
||||
exclude="%${VM_NET_DEV}/all"
|
||||
else
|
||||
exclude="~${exclude//,/,~}"
|
||||
exclude="%${VM_NET_DEV}/~${exclude//,/,~}"
|
||||
fi
|
||||
|
||||
PASST_OPTS+=" -t $exclude"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user