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:55:29 +0000 (13:55 -0800)
commit2fe37b93bea9c87be387aeede4f38e7a0b360cf2
treedcf887cd99aec20367488e5a8bb5dafa97d2b55e
parent65fc33cc3c78a546d1dd571ae63e19dfd210442c
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