Properly set in_port in skb for Flow Mod messages.
authorJustin Pettit <jpettit@nicira.com>
Mon, 6 Oct 2008 22:14:52 +0000 (15:14 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 6 Oct 2008 22:14:52 +0000 (15:14 -0700)
commitdece4bacae29e94c41430fb5dcdf6cbe5290b2b8
tree1bc8e4280aef5fb66574246a1c67124260b0acca
parentf669a5fcc7e002cc70c66b5cbbc0a83dccf93f92
Properly set in_port in skb for Flow Mod messages.

When a buffer id is placed in a Flow Mod message, the actions are expected to
be executed against the referenced packet.  The kernel implementation was
not setting the input device to what the controller was telling it to use.
Thanks to Natasha for catching this.
datapath/forward.c