|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: network-bridge script reworked
I've put in the network-bridge patch, along with Charles' changes to support
multiple bridges. I'm in no position to test a wide variety of
configurations, so I would appreciate some feedback from you guys.
We currently have
pdev="p${netdev}"
vdev="veth${vifnum}"
which seems to me to be strangely inconsistent, but this was the closest
behaviour to the two patches submitted. It's not clear to me what should
happen if you set vifnum and netdev at the same time, and therefore whether
pdev="p${netdev}"
vdev="v${netdev}"
would be better. Perhaps you could argue about it for a bit.
Thanks for your patches. Things certainly seem to have improved!
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|