tunnel: Generate datapath flows for tunneled packets dropped due to ECN.
authorJustin Pettit <jpettit@nicira.com>
Wed, 13 Feb 2013 22:08:15 +0000 (14:08 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 6 Mar 2013 21:45:56 +0000 (13:45 -0800)
commit4863c249769ac74d3e873b898114fde71145e720
treeff9d7a7747566810768310cb808147d266d657af
parentc3f6c50295a979db9c06ef9d2220d2696b12ad30
tunnel: Generate datapath flows for tunneled packets dropped due to ECN.

Move the check for whether tunneled packets should be dropped due to
congestion encountered (CE) when the encapsulated packet is not ECN
capable (non-ECT).  This also adds some additional tests for ECN
handling on tunnel decapsulation.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c
ofproto/tunnel.c
tests/tunnel.at