Hi Ben,
> > > +dnl Replace some flows in the bridge.
> > > +for i in {1..8..2}; do echo "dl_vlan=$i,importance=`expr $i +
> > > 10`,actions=drop"; done > replace-flows.txt
> > > +AT_CHECK([ovs-ofctl -O OpenFlow14 replace-flows br0
> > > replace-flows.txt])
> > > +
> > > +dnl Dump them and compare
On Tue, Nov 11, 2014 at 01:38:39PM +0900, YAMAMOTO Takashi wrote:
> > Reported-by: Alex Wang
> > Reported-by: YAMAMOTO Takashi
> > Signed-off-by: Ben Pfaff
>
> Acked-by: YAMAMOTO Takashi
Thank you. I applied this to master.
___
dev mailing list
dev
Dear Sir or Madam,
How are you?
Here is Johnson from Shenzhen Creates Blue Tech CO., LTD,specialized in high
effective customized LED signs over 8 years, with a sound R & D, production,
sales team, after-sell service team, strive for your one-stop procurement
services for LED display screen.
> Reported-by: Alex Wang
> Reported-by: YAMAMOTO Takashi
> Signed-off-by: Ben Pfaff
Acked-by: YAMAMOTO Takashi
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Tue, Nov 11, 2014 at 10:08:10AM +0900, Simon Horman wrote:
> On Mon, Nov 10, 2014 at 09:58:38AM -0800, Ben Pfaff wrote:
> > On Mon, Nov 10, 2014 at 01:47:52PM +0900, Simon Horman wrote:
> > > This is in preparation for supporting (draft) OpenFlow1.5 group mod.
> > >
> > > EXT-350
> > > Signed-o
On Tue, Nov 11, 2014 at 10:01:03AM +0900, Simon Horman wrote:
> On Mon, Nov 10, 2014 at 09:55:53AM -0800, Ben Pfaff wrote:
> > On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote:
> > > EXT-350
> > > Signed-off-by: Simon Horman
> > > +OFPGC15_INSERT_BUCKET = 3,/* Insert action buckets
On Tue, Nov 11, 2014 at 12:39:17PM +0900, Simon Horman wrote:
> Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS
> which are part of (draft) OpenFlow 1.5 groups.
>
> ONF-JIRA: EXT-350
> Signed-off-by: Simon Horman
>
> ---
> v2
> * As suggested by Ben Pfaff
> - Use ONF-JIRA: E
On Tue, Nov 11, 2014 at 10:55:55AM +0900, YAMAMOTO Takashi wrote:
> > +dnl Add flows to br0 with importance via OF1.4+. For more details refer
> > "ovs-ofctl rule with importance" test case.
> > +for i in {1..8}; do echo "dl_vlan=$i,importance=$i,actions=drop"; done >
> > add-flows.txt
> > +AT_CH
Reported-by: Alex Wang
Reported-by: YAMAMOTO Takashi
Signed-off-by: Ben Pfaff
---
tests/ovs-ofctl.at | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at
index dc29aef..bc25d85 100644
--- a/tests/ovs-ofctl.at
+++ b/tests/ovs-ofctl.at
(Draft) OpenFlow 1.5 adds bucket commands to group mod.
This patch allows parsing of them as a step towards supporting them.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
lib/ofp-parse.c | 60 ++
Handle (draft) OpenFlow 1.5 insert and remove group commands
of group mod messages.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
ofproto/ofproto.c | 110
In preparation for supporting (draft) OpenFlow 1.5
group mod commands enhance the error logging of them.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
lib/ofp-util.c | 48 +++
This motivation for this change is to exercise
(draft) OpenFlow 1.5 group messages.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
tests/ofproto.at | 68 --
This is to exercise OpenFlow 1.3 group stats replies
messages which include a duration.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
tests/ofproto.at | 26 +-
1 file changed, 25 ins
This is part of support for (draft) OpenFlow 1.5 flow mod messages.
This adds support for specifying the bucket_id of buckets of groups in
ovs-ofctl and documents that accordingly.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotat
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
lib/ofp-print.c| 50 +++--
tests/ofp-print.at | 60 --
2 files ch
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
---
lib/ofp-print.c | 39 ---
tests/ofproto.at | 2 +-
2 files changed, 37 insertions(+), 4 deletions(-)
diff --git a/lib/ofp-
This provides the bulk of the ofproto side of support for
OpenFlow 1.5 group messages. It provides for encoding and decoding
of updated group mod and group desc reply messages. This includes
a new bucket format and their properties.
Open Flow 1.5 Groups also have properties but as no non-experimen
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
+ Use ONF-JIRA: EXT-350 annotation in changelog
+ Correct spelling: s/FLow/Flow/
+ Removed the following which seem unnecessary in the context of this
patchset:
- struct ofp15_group_bucket_prop_header
Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS
which are part of (draft) OpenFlow 1.5 groups.
ONF-JIRA: EXT-350
Signed-off-by: Simon Horman
---
v2
* As suggested by Ben Pfaff
- Use ONF-JIRA: EXT-350 annotation in changelog
- Use correct descriptions for the new errors
---
Hi,
this series is intended to provide an implementation of
EXT-350, draft OpenFlow 1.5 groups. It is intended for this
to be a full implementation including:
* New Open Flow group mod message structure
- Properties are omitted as none other than experimenter are defined
* New Bucket structure
> +dnl Add flows to br0 with importance via OF1.4+. For more details refer
> "ovs-ofctl rule with importance" test case.
> +for i in {1..8}; do echo "dl_vlan=$i,importance=$i,actions=drop"; done >
> add-flows.txt
> +AT_CHECK([ovs-ofctl -O OpenFlow14 add-flows br0 add-flows.txt])
> +
> +dnl Replac
> On Mon, Nov 10, 2014 at 05:16:53PM +0900, YAMAMOTO Takashi wrote:
>> Split the linux-specific part of ovs-router.h
>> into ovs-router-linux.h.
>>
>> The breakage was introduced by
>> commit d9b4ebc5d15202bedad06969353435a4c1951c71
>> ("route-table: Use classifier to store routing table.")
>>
>>
Hi All,
I understand that OpenvSwitch does support TLS for enforcing secure OpenFlow
control channel between OF switch and OF controller which is recommended by OF
specification.
However OF spec also mentions an alternative to this as IPSec. Does OpenvSwitch
support IPSec as well ? Has anyon
On Mon, Nov 10, 2014 at 05:41:36PM -0800, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff
I applied this.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Signed-off-by: Ben Pfaff
---
AUTHORS |1 +
1 file changed, 1 insertion(+)
diff --git a/AUTHORS b/AUTHORS
index 16e27e2..a15665a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -134,6 +134,7 @@ Scott Lowe scott.l...@scottlowe.org
Selvamuthukumar smku...@merunetworks.com
Shan Wei
On Mon, Nov 10, 2014 at 04:35:08PM -0800, Shu Shen wrote:
> Previously the types field is uninited and leds to no supported type
> being reported in OFPMP_GROUP_FEATURES message.
>
> Signed-off-by: Shu Shen
Thanks! Applied.
___
dev mailing list
dev@op
On Tue, Nov 11, 2014 at 10:01:01AM +0900, Simon Horman wrote:
> On Mon, Nov 10, 2014 at 09:55:53AM -0800, Ben Pfaff wrote:
> > On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote:
> > > EXT-350
> > > Signed-off-by: Simon Horman
> >
> > Thanks, Simon!
> >
> > I see some misspellings of O
On Mon, Nov 10, 2014 at 09:58:38AM -0800, Ben Pfaff wrote:
> On Mon, Nov 10, 2014 at 01:47:52PM +0900, Simon Horman wrote:
> > This is in preparation for supporting (draft) OpenFlow1.5 group mod.
> >
> > EXT-350
> > Signed-off-by: Simon Horman
>
> Thanks.
>
> I believe that after this patch, Op
On Mon, Nov 10, 2014 at 10:13:53AM -0800, Ben Pfaff wrote:
> On Mon, Nov 10, 2014 at 01:47:59PM +0900, Simon Horman wrote:
> > This provides the bulk of the ofproto side of support for
> > OpenFlow 1.5 group messages. It provides for encoding and decoding
> > of updated group mod and group desc rep
On Mon, Nov 10, 2014 at 09:55:53AM -0800, Ben Pfaff wrote:
> On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote:
> > EXT-350
> > Signed-off-by: Simon Horman
>
> Thanks, Simon!
>
> I see some misspellings of OpenFlow as "OpenFLow". Please fix those.
Thanks, will do.
>
> > +OFPGC
On Mon, Nov 10, 2014 at 09:43:01AM -0800, Ben Pfaff wrote:
> On Mon, Nov 10, 2014 at 01:47:50PM +0900, Simon Horman wrote:
> > Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS
> > which are part of (draft) OpenFlow 1.5 groups.
> >
> > EXT-350
>
> Please write "ONF-JIRA: EXT-350"
Ben,
You are correct. I've corrected it and submitted v2 of the patch.
Thanks,
Shu
-Original Message-
From: Ben Pfaff [mailto:b...@nicira.com]
Sent: Monday, November 10, 2014 3:57 PM
To: Shu Shen
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH] ofproto: Fix supported group types.
Previously the types field is uninited and leds to no supported type
being reported in OFPMP_GROUP_FEATURES message.
Signed-off-by: Shu Shen
---
ofproto/ofproto.c | 1 +
tests/ofproto.at | 14 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/ofproto/ofproto.c b/ofp
On Mon, Nov 10, 2014 at 02:41:21PM -0800, Shu Shen wrote:
> Previously the types field is uninited and leds to no supported type
> being reported in OFPMP_GROUP_FEATURES message.
>
> Signed-off-by: Shu Shen
> ---
> ofproto/ofproto.c | 3 +++
> tests/ofproto.at | 11 ++-
> 2 files chang
On Mon, Nov 10, 2014 at 10:45:06AM -0800, Jarno Rajahalme wrote:
> branch-2.0 seems to have one test failure due to the previous
> backport (89b5ad6f "netflow: Fix interpretation of flow_seq.?).
Thanks for pointing that out. I pushed the following fix to
branch-2.0:
--8<-
Introduce open flow action, OFPACT_IP_DEFRAG, that reasembles IP
fragments into IP packets. The semntics of the action is that
IP fragments will be collected and assembled by the action. When the
entire IP packets is assembled without error, the remaining actions
in the actions list will then be ex
Implements ip_defrag action in Linux kenrel using ip_defrag kernel APIs.
Signed-off-by: Andy Zhou
---
datapath/actions.c | 39 ++-
datapath/flow_netlink.c | 6 +-
2 files changed, 43 insertions(+), 2 deletions(-)
diff --git a/datapath/actions.c b/da
This patch series introduces IP_DEFRAG actions in both user space and linux
kenrel datapath.
Since IP reassembly is required for conntrack (stateful firewall) to work. It
seems natural
to introduce IP_Defrag action before introducing the conntrack action.
It is not entirely clear whether IP_DEFR
Previously the types field is uninited and leds to no supported type
being reported in OFPMP_GROUP_FEATURES message.
Signed-off-by: Shu Shen
---
ofproto/ofproto.c | 3 +++
tests/ofproto.at | 11 ++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/ofproto/ofproto.c b/ofpr
On Nov 6, 2014, at 3:58 PM, Ben Pfaff wrote:
> On Wed, Nov 05, 2014 at 10:37:18AM -0800, Jarno Rajahalme wrote:
>> Ethernet frames may contain padding after the IP payload. When
>> parsing IP packets, check the IP total size (IPv4) or IP payload size
>> (IPv6) to detect the size of l2 padding.
On Nov 6, 2014, at 3:21 PM, Ben Pfaff wrote:
> On Wed, Nov 05, 2014 at 10:37:19AM -0800, Jarno Rajahalme wrote:
>> Packets with 'LATER' fragment do not have a transport header, so it is
>> not possible to either match on or set transport ports on such
>> packets. Matching is prevented by augmen
On Nov 6, 2014, at 3:32 PM, Ben Pfaff wrote:
> On Wed, Nov 05, 2014 at 02:48:41PM -0800, Jarno Rajahalme wrote:
>> Move the frags handling check up in the call chain, so that it is done
>> once for each rule_dpif_lookup_from_table() call.
>>
>> Signed-off-by: Jarno Rajahalme
>
> rule_dpif_loo
On Nov 6, 2014, at 3:47 PM, Ben Pfaff wrote:
> On Wed, Nov 05, 2014 at 02:48:43PM -0800, Jarno Rajahalme wrote:
>> Keep knowledge about ofproto-dpif internal rules within ofproto-dpif.
>> This removes duplication of code (accross multiple files), and allows
>> making the ofproto-dpif-xlate inter
On Nov 6, 2014, at 3:35 PM, Ben Pfaff wrote:
> On Wed, Nov 05, 2014 at 02:48:42PM -0800, Jarno Rajahalme wrote:
>> It it no longer used, so better remove it.
>>
>> Signed-off-by: Jarno Rajahalme
>
> Acked-by: Ben Pfaff
Pushed,
Jarno
___
dev mai
I'm trying to get the flow and insert them in the bitmap, using hash
functions (in the case of OVS has JHASH and MURMURHASH, but I want to work
with the second because it has better performance as far as I researched).
Analyzing seen that has a function called hash_bytes (which has 3
parameters tha
This is similar to ovs_scan but takes int pointer as extra
parameter, this pointer point to starting index of the string.
On successful scan this API stores number of characters
scanned. This API is useful for parsing complex odp actions
e.g. tun_push action.
Signed-off-by: Pravin B Shelar
---
Tunnel lookup is done in slow path but DPDK tunneling
slow path is called in PMD context. Therefore it is
better to convert rwlock to fat rwlock.
Signed-off-by: Pravin B Shelar
---
ofproto/ofproto-dpif.c |1 +
ofproto/tunnel.c | 35 ---
ofproto/tunnel.
On Oct 31, 2014, at 4:08 PM, Ben Pfaff wrote:
> It looks like branch-2.1 and branch-2.0 need commit 5469535090
> "lib/odp-util: Do not use mask if it doesn't exist." Any objection?
> (It's possible, though I think it is unlikely, that this fixes the bug
> that Duncan reported.)
Backported to b
On 10 November 2014 09:25, Joe Stringer wrote:
> On 7 November 2014 14:15, Pravin Shelar wrote:
>
>> On Fri, Oct 31, 2014 at 4:55 PM, Joe Stringer
>> wrote:
>> > If a datapath is created with the flag OVS_DP_F_INDEX_BY_UFID, then an
>> > additional table_instance is added to the flow_table, whi
On Mon, Nov 10, 2014 at 01:47:59PM +0900, Simon Horman wrote:
> This provides the bulk of the ofproto side of support for
> OpenFlow 1.5 group messages. It provides for encoding and decoding
> of updated group mod and group desc reply messages. This includes
> a new bucket format and their properti
On Mon, Nov 10, 2014 at 01:47:58PM +0900, Simon Horman wrote:
> This refactoring is in preparation for supporting encoding
> of (draft) OpenFlow 1.5 group mod messages.
>
> EXT-350
> Signed-off-by: Simon Horman
Applied, thanks!
___
dev mailing list
dev
On Mon, Nov 10, 2014 at 01:47:57PM +0900, Simon Horman wrote:
> This refactoring is in preparation for supporting encoding
> of (draft) OpenFlow 1.5 group mod messages.
>
> EXT-350
> Signed-off-by: Simon Horman
Applied, thanks!
___
dev mailing list
dev
On Mon, Nov 10, 2014 at 01:47:56PM +0900, Simon Horman wrote:
> This refactoring is in preparation for supporting encoding
> of (draft) OpenFlow 1.5 group mod messages.
>
> EXT-350
> Signed-off-by: Simon Horman
Applied, thanks!
___
dev mailing list
dev
On Mon, Nov 10, 2014 at 01:47:55PM +0900, Simon Horman wrote:
> Rename ofputil_pull_buckets() as ofputil_pull_buckets11()
> to denote that it decodes OpenFlow 1.1 buckets (also used in
> OpenFlow 1.2 to 1.4).
>
> This refactoring is in preparation for supporting decoding
> of (draft) OpenFlow 1.5
On Mon, Nov 10, 2014 at 01:47:54PM +0900, Simon Horman wrote:
> This refactoring is in preparation for supporting encoding
> of (draft) OpenFlow 1.5 group mod messages.
>
> EXT-350
> Signed-off-by: Simon Horman
Applied, thanks!
___
dev mailing list
dev
On Mon, Nov 10, 2014 at 01:47:53PM +0900, Simon Horman wrote:
> The group bucket encoding code appears in two places
> in almost identical form. Consolidate this into
> a helper function.
>
> The helper name includes ofp11 as later patches
> will add and ofp15 version to support (draft) OpenFlow 1
On Mon, Nov 10, 2014 at 01:47:52PM +0900, Simon Horman wrote:
> This is in preparation for supporting (draft) OpenFlow1.5 group mod.
>
> EXT-350
> Signed-off-by: Simon Horman
Thanks.
I believe that after this patch, Open vSwitch will malfunction if OF1.5+
is enabled and an OF1.5+ group mod is r
On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote:
> EXT-350
> Signed-off-by: Simon Horman
Thanks, Simon!
I see some misspellings of OpenFlow as "OpenFLow". Please fix those.
> +OFPGC15_INSERT_BUCKET = 3,/* Insert action buckets to the already
> available
> +
On Mon, Nov 10, 2014 at 01:47:50PM +0900, Simon Horman wrote:
> Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS
> which are part of (draft) OpenFlow 1.5 groups.
>
> EXT-350
Please write "ONF-JIRA: EXT-350" as suggested in CONTRIBUTING.md.
> Signed-off-by: Simon Horman
> ---
>
On Fri, Nov 07, 2014 at 12:31:16PM +0530, Saloni Jain wrote:
> Also attaching the patch for your reference.
The attached patch applies, thanks. I will review it.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Fri, Nov 07, 2014 at 06:18:48PM +0530, Rishi Bamba wrote:
> From: Rishi Bamba
>
> This patch enables a user to set importance for a new rule via add-flow
> OF1.4+ in the OVS and display the same via dump-flows command OF1.4+ .
> The changes are made in accordance with OpenFlow 1.4 specs to imp
Hi Nithin,
I doubt we need to allow changing the name of the internal port.
Actually we should not allow to change the port name if the port connected as
it creates an ambiguity between OVS user mode and kernel.
The assertion makes sense.
Thanks,
Eitan
-Original Message-
From: Nithin Raj
On 7 November 2014 14:15, Pravin Shelar wrote:
> On Fri, Oct 31, 2014 at 4:55 PM, Joe Stringer
> wrote:
> > If a datapath is created with the flag OVS_DP_F_INDEX_BY_UFID, then an
> > additional table_instance is added to the flow_table, which is indexed
> > by unique identifiers ("UFID"). Usersp
On 9 November 2014 20:06, Pravin Shelar wrote:
> On Sat, Nov 8, 2014 at 4:37 PM, Joe Stringer
> wrote:
> > On 8 November 2014 14:26, Pravin Shelar wrote:
> >>
> >> On Fri, Nov 7, 2014 at 3:55 PM, Joe Stringer
> >> wrote:
> >> > On 7 November 2014 14:15, Pravin Shelar wrote:
> >> >>
> >> >> On
Hello,
I have more information about the issue. The ethernet adaptors that
fail, are I350 Gigabit Network Connection.
But 82599EB 10-Gigabit SFI/SFP+ Network Connection works fine (at
least wont promt the error).
I do not know what I am doing wrong.
Any ideas?
Iñaki Murillo wrote:
Hel
On Mon, Nov 10, 2014 at 01:47:49PM +0900, Simon Horman wrote:
> id_pool_alloc_id() was created by breaking out the recirculation
> allocation code. As it is now a library call it makes sense to remove
> the restriction that id 0 is reserved.
>
> Signed-off-by: Simon Horman
Applied, thanks, with
On Mon, Nov 10, 2014 at 01:47:49PM +0900, Simon Horman wrote:
> id_pool_alloc_id() was created by breaking out the recirculation
> allocation code. As it is now a library call it makes sense to remove
> the restriction that id 0 is reserved.
>
> Signed-off-by: Simon Horman
Applied, thanks!
_
On Mon, Nov 10, 2014 at 01:47:48PM +0900, Simon Horman wrote:
> Refactor the lock-free portion of the recirculation id allocator
> into stand-alone id pool. This is in preparation for re-using
> that portion to allocate bucket ids which are part of (draft)
> Open Flow 1.5 groups.
>
> EXT-350
> Sig
On Mon, Nov 10, 2014 at 05:16:53PM +0900, YAMAMOTO Takashi wrote:
> Split the linux-specific part of ovs-router.h
> into ovs-router-linux.h.
>
> The breakage was introduced by
> commit d9b4ebc5d15202bedad06969353435a4c1951c71
> ("route-table: Use classifier to store routing table.")
>
> Signed-of
hi Eitan,
Thanks for the change. I had a few minor comments. I should be able to ACK a v3.
> +/* Update properties only for NETDEV ports*/
> +if (vport == NULL || vport->ovsType != OVS_VPORT_TYPE_NETDEV) {
> +status = STATUS_DATA_NOT_ACCEPTED;
> +goto update_port_done;
> +
On 11/7/14 8:50 AM, Pravin Shelar wrote:
On Thu, Nov 6, 2014 at 12:21 PM, Lori Jakab wrote:
On 11/6/14 4:06 AM, Pravin Shelar wrote:
Have you tried running GSO traffic over lisp using OVS compat GSO code
and upstream GSO code?
I haven't and I'm not sure what's the right way to do that. I d
Split the linux-specific part of ovs-router.h
into ovs-router-linux.h.
The breakage was introduced by
commit d9b4ebc5d15202bedad06969353435a4c1951c71
("route-table: Use classifier to store routing table.")
Signed-off-by: YAMAMOTO Takashi
---
lib/automake.mk| 3 ++-
lib/ovs-router-linux
73 matches
Mail list logo