On Tue, Apr 08, 2014 at 04:38:50PM -0700, Jarno Rajahalme wrote:
> Key attributes relating to actual packet headers are ignored for
> OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved
> from the packet itself.
>
> Signed-off-by: Jarno Rajahalme
There is a typo in the subject.
-
On 04/09/2014 01:38 AM, Jarno Rajahalme wrote:
Key attributes relating to actual packet headers are ignored for
OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved
from the packet itself.
Signed-off-by: Jarno Rajahalme
LGTM
Acked-by: Thomas Graf
__
Key attributes relating to actual packet headers are ignored for
OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved
from the packet itself.
Signed-off-by: Jarno Rajahalme
---
include/linux/openvswitch.h |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/incl