Re: [ovs-dev] [PATCH v4] openvswitch: Userspace tunneling.

2014-11-13 Thread Ben Pfaff
On Thu, Nov 13, 2014 at 10:32:43AM -0800, Pravin Shelar wrote: > On Wed, Nov 12, 2014 at 7:13 PM, YAMAMOTO Takashi > wrote: > >> +AT_CHECK([ovs-appctl ovs/route/add 1.1.2.92/24 br0], [0], [OK > >> +]) > > > > this command is available only for linux, isn't it? > > Yes, currently it is since other

Re: [ovs-dev] [PATCH v4] openvswitch: Userspace tunneling.

2014-11-13 Thread Pravin Shelar
On Wed, Nov 12, 2014 at 7:13 PM, YAMAMOTO Takashi wrote: >> +AT_CHECK([ovs-appctl ovs/route/add 1.1.2.92/24 br0], [0], [OK >> +]) > > this command is available only for linux, isn't it? > Yes, currently it is since other platform do not implement route-table module. I will Document it. > YAMAMO

Re: [ovs-dev] [PATCH v4] openvswitch: Userspace tunneling.

2014-11-12 Thread YAMAMOTO Takashi
> +AT_CHECK([ovs-appctl ovs/route/add 1.1.2.92/24 br0], [0], [OK > +]) this command is available only for linux, isn't it? YAMAMOTO Takashi ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v4] openvswitch: Userspace tunneling.

2014-11-12 Thread Pravin Shelar
On Wed, Nov 12, 2014 at 2:36 PM, Ben Pfaff wrote: > On Wed, Nov 12, 2014 at 01:43:35PM -0800, Pravin B Shelar wrote: >> Following patch adds support for userspace tunneling. Tunneling >> needs three more component first is routing table which is configured by >> caching kernel routes and second is

Re: [ovs-dev] [PATCH v4] openvswitch: Userspace tunneling.

2014-11-12 Thread Ben Pfaff
On Wed, Nov 12, 2014 at 01:43:35PM -0800, Pravin B Shelar wrote: > Following patch adds support for userspace tunneling. Tunneling > needs three more component first is routing table which is configured by > caching kernel routes and second is ARP cache which build automatically > by snooping arp.