> On Tue, Dec 9, 2014 at 8:35 PM, YAMAMOTO Takashi
> wrote:
>>> On Wed, Dec 3, 2014 at 2:31 AM, YAMAMOTO Takashi
>>> wrote:
This command is useful at least for testing.
Example output:
% ovs-appctl ovs/route/lookup '10.0.0.1'
gateway 172.17.0.254
dev wm
On Tue, Dec 9, 2014 at 8:35 PM, YAMAMOTO Takashi wrote:
>> On Wed, Dec 3, 2014 at 2:31 AM, YAMAMOTO Takashi
>> wrote:
>>> This command is useful at least for testing.
>>>
>>> Example output:
>>> % ovs-appctl ovs/route/lookup '10.0.0.1'
>>> gateway 172.17.0.254
>>> dev wm0
>>> %
>
> On Wed, Dec 3, 2014 at 2:31 AM, YAMAMOTO Takashi
> wrote:
>> This command is useful at least for testing.
>>
>> Example output:
>> % ovs-appctl ovs/route/lookup '10.0.0.1'
>> gateway 172.17.0.254
>> dev wm0
>> %
>>
> Can you add documentation for new command?
like this?
YAMAMO
On Wed, Dec 3, 2014 at 2:31 AM, YAMAMOTO Takashi wrote:
> This command is useful at least for testing.
>
> Example output:
> % ovs-appctl ovs/route/lookup '10.0.0.1'
> gateway 172.17.0.254
> dev wm0
> %
>
Can you add documentation for new command?
> Signed-off-by: YAMAMOTO Takashi
This command is useful at least for testing.
Example output:
% ovs-appctl ovs/route/lookup '10.0.0.1'
gateway 172.17.0.254
dev wm0
%
Signed-off-by: YAMAMOTO Takashi
---
lib/ovs-router.c | 27 +++
1 file changed, 27 insertions(+)
diff --git a/lib/ovs-rout