Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1210620 > unrolled thread
| Started by | Thomas Graf <tgraf@suug.ch> |
|---|---|
| First post | 2015-08-20 18:30 +0200 |
| Last post | 2015-08-20 18:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCHv4 net-next 05/10] openvswitch: Add conntrack action Thomas Graf <tgraf@suug.ch> - 2015-08-20 18:30 +0200
| From | Thomas Graf <tgraf@suug.ch> |
|---|---|
| Date | 2015-08-20 18:30 +0200 |
| Subject | Re: [PATCHv4 net-next 05/10] openvswitch: Add conntrack action |
| Message-ID | <pZASZ-1Mh-3@gated-at.bofh.it> |
On 08/18/15 at 04:39pm, Joe Stringer wrote: > Expose the kernel connection tracker via OVS. Userspace components can > make use of the "ct()" action, followed by "recirculate", to populate > the conntracking state in the OVS flow key, and subsequently match on > that state. > > Example ODP flows allowing traffic from 1->2, only replies from 2->1: > in_port=1,tcp,action=ct(commit,zone=1),2 > in_port=2,ct_state=-trk,tcp,action=ct(zone=1),recirc(1) > recirc_id=1,in_port=2,ct_state=+trk+est-new,tcp,action=1 > > IP fragments are handled by transparently assembling them as part of the > ct action. The maximum received unit (MRU) size is tracked so that > refragmentation can occur during output. > > IP frag handling contributed by Andy Zhou. > > Signed-off-by: Joe Stringer <joestringer@nicira.com> > Signed-off-by: Justin Pettit <jpettit@nicira.com> > Signed-off-by: Andy Zhou <azhou@nicira.com> OVS bits look great. Acked-by: Thomas Graf <tgraf@suug.ch> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web