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
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
> +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
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
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.