[ovs-dev] [PATCH 3/6] OXM: Add encoding of encode VLAN VID and VLAN PCP

2012-07-22 Thread Simon Horman
Signed-off-by: Simon Horman --- lib/nx-match.c | 22 ++ tests/ovs-ofctl.at | 16 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/lib/nx-match.c b/lib/nx-match.c index 0f67692..893566d 100644 --- a/lib/nx-match.c +++ b/lib/nx-match.c @@ -515

[ovs-dev] [PATCH 3/6] OXM: Add encoding of encode VLAN VID and VLAN PCP

2012-07-05 Thread Simon Horman
Signed-off-by: Simon Horman --- lib/nx-match.c | 22 ++ tests/ovs-ofctl.at | 12 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/lib/nx-match.c b/lib/nx-match.c index 3e3b4c6..e2fc76c 100644 --- a/lib/nx-match.c +++ b/lib/nx-match.c @@ -510,10