tunnel: Consolidate action code for tunnel port receive.
authorJesse Gross <jesse@nicira.com>
Tue, 6 Aug 2013 19:57:14 +0000 (12:57 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 13 Aug 2013 21:39:47 +0000 (14:39 -0700)
commit62a7cc71f56ff6a2e943db3d1db238bf7ecd8bc9
treef810e4ebaf13be31b54d45e2b0d8230278beb158
parent1362e248d68a8b7de3e6ec3689245e4dc882292b
tunnel: Consolidate action code for tunnel port receive.

There are a couple of operations that are related to receiving a
packet on a tunnel port but that affect the actions and therefore
need to be performed on the output path. This adds a new hook to
do this and consolidates the existing code there.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
ofproto/ofproto-dpif-xlate.c
ofproto/tunnel.c
ofproto/tunnel.h