> >>But that script calles 'ifdown ..'
>
> Isn't it only for allow-ovs interfaces ?
>
> network_interfaces () {
> [ -z "${RUNLEVEL}" ] && return
> INTERFACES="/etc/network/interfaces"
> [ -e "${INTERFACES}" ] || return
> bridges=`awk '{ if ($1 == "allow-ovs") { print $2; } }' "${INTERFACES}"`
> [ -n "${bridges}" ] && $1 --allow=ovs ${bridges} } stop () {
> network_interfaces ifdown
> ovs_ctl stop
> }
Oh - I guess I need to run further test.
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel