|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] fix network-bridge stop
> Yes, the script in current xen-unstable, when running "stop",
> tests for veth0, which does not exist because it has been
> renamed to eth0. It now tests for peth0, since that is the
> only real indication that veth0 was
> used in the first place. There are other small fixes like
> removal or
> hard coded "peth0", removal of unconditional 'brctl delif
> xen-br0 eth0', and reversal of ethernet naming.
Thanks for tidying that up -- its been on my todo list. Putting the
networking back as it was is quite a dangerous game, so its not
something we want to invoke automatically.
BTW: it might be worth experimenting with inserting 'ip route cache
flush' runes in a couple of the places in the script to avoid the stall
in ssh connections when invoking network-bridge start.
Thanks,
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|