Re: [ovs-discuss] ofp sample action

2016-07-14 Thread Rüdiger Birkner
2016-07-13 6:08 GMT+02:00 Ben Pfaff : > On Sun, Jul 10, 2016 at 09:47:32PM +0200, Rüdiger Birkner wrote: > > I just came across line 4748 of ofproto-dpif-xlate.c on branch-2.5 > > < > https://github.com/openvswitch/ovs/blob/branch-2.5/ofproto/ofproto-dpif-xlate.c#L4748 > >. > > It mentions a sampl

Re: [ovs-discuss] ofp sample action

2016-07-13 Thread Ben Pfaff
On Wed, Jul 13, 2016 at 09:14:54AM +0200, Rüdiger Birkner wrote: > 2016-07-13 6:08 GMT+02:00 Ben Pfaff : > > > On Sun, Jul 10, 2016 at 09:47:32PM +0200, Rüdiger Birkner wrote: > > > I just came across line 4748 of ofproto-dpif-xlate.c on branch-2.5 > > > < > > https://github.com/openvswitch/ovs/bl

Re: [ovs-discuss] ofp sample action

2016-07-12 Thread Ben Pfaff
On Sun, Jul 10, 2016 at 09:47:32PM +0200, Rüdiger Birkner wrote: > I just came across line 4748 of ofproto-dpif-xlate.c on branch-2.5 > . > It mentions a sampling action which I would like to experiment with. > H

[ovs-discuss] ofp sample action

2016-07-11 Thread Rüdiger Birkner
Hi, I just came across line 4748 of ofproto-dpif-xlate.c on branch-2.5 . It mentions a sampling action which I would like to experiment with. However, I couldn't find the corresponding Openflow Action to activat