[ovs-discuss] INSTALL.KVM draft to be included in the Usage Guides

2010-05-19 Thread Todd Deshane
Hi, Attached is a draft of a KVM usage guide. Feel free to use, modify, and include as desired. Comments welcome. Thanks, Todd -- Todd Deshane http://todddeshane.net http://runningxen.com INSTALL.KVM Description: Binary data ___ discuss mailing li

Re: [ovs-discuss] Openswitch VM to VM traffic switching

2010-05-19 Thread Todd Deshane
On Wed, May 19, 2010 at 12:02 AM, Ben Pfaff wrote: > On Tue, May 18, 2010 at 10:39:15PM -0400, Todd Deshane wrote: >> Maybe it would be useful to have a INSTALL.KVM? >> >> It would be the same as INSTALL.Linux, except for at the end, a >> description of using the custom ifup and ifdown scripts on

Re: [ovs-discuss] Init scripts for ovs daemons?

2010-05-19 Thread Matthew Law
On Wed, May 19, 2010 11:00 am, Alexey I. Froloff wrote: > On Wed, May 19, 2010 at 10:35:53AM +0100, Matthew Law wrote: >> Are there any existing init scripts for the daemons that ovs runs? > I'm using slightly-hacked initscript from xenserver/ subdir. > > My nosrc.rpm attached (not yet switched to

Re: [ovs-discuss] OvS 1.0.0 Compile error on fedora 13

2010-05-19 Thread Justin Pettit
Oh, sorry. I was thinking this was in the datapath, and the kernel has it defined there. Yes, this is better. --Justin On May 19, 2010, at 9:03 AM, Ben Pfaff wrote: > I'd prefer to use >#include > since it's the standard header for S_ISCHR. > > On Wed, May 19, 2010 at 08:37:31AM -0

Re: [ovs-discuss] OvS 1.0.0 Compile error on fedora 13

2010-05-19 Thread Ben Pfaff
I'd prefer to use #include since it's the standard header for S_ISCHR. On Wed, May 19, 2010 at 08:37:31AM -0700, Justin Pettit wrote: > Can you try adding "#include " to the top of dpif-linux.c > amongst all the other "#include statements? If that fixes the > problem, we'll get that c

Re: [ovs-discuss] OvS 1.0.0 Compile error on fedora 13

2010-05-19 Thread Justin Pettit
Can you try adding "#include " to the top of dpif-linux.c amongst all the other "#include statements? If that fixes the problem, we'll get that checked into the repository. Thanks! --Justin On May 19, 2010, at 6:52 AM, DarkBls wrote: > Hi. > > I just tested to compile OvS 1.0.0 on Fedora

[ovs-discuss] OvS 1.0.0 Compile error on fedora 13

2010-05-19 Thread DarkBls
Hi. I just tested to compile OvS 1.0.0 on Fedora 13 beta with no luck : [...] gcc -Wstrict-prototypes -Wall -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement -Wformat-security -Wswitch-enum -Wunused-parameter -Wstrict-aliasing -Wbad-function-cast -Wcast-align -Wstrict-prototypes -W

Re: [ovs-discuss] Init scripts for ovs daemons?

2010-05-19 Thread Alexey I. Froloff
On Wed, May 19, 2010 at 10:35:53AM +0100, Matthew Law wrote: > Are there any existing init scripts for the daemons that ovs runs? I'm using slightly-hacked initscript from xenserver/ subdir. My nosrc.rpm attached (not yet switched to 1.0.0). -- Regards,-- Sir Raorn. --- http://thousandsofh

[ovs-discuss] Init scripts for ovs daemons?

2010-05-19 Thread Matthew Law
Are there any existing init scripts for the daemons that ovs runs? I saw what looked like some debian specific scripts after building the 1.0 tar ball but nothing for RedHat/CentOS. Thanks, Matt. ___ discuss mailing list discuss@openvswitch.org http

Re: [ovs-discuss] Question about open vswitch

2010-05-19 Thread Justin Pettit
On May 18, 2010, at 6:29 AM, 신용진 wrote: > vconfig add eth2 100 VLANs should be configured through Open vSwitch. The ovs-vsctl command can be used to configure VLANs. There are a couple of different ways to configure them, so take a look at the man page to see the options: http://openv