Signed-off-by: Justin Pettit
---
NEWS |4
configure.ac |2 +-
debian/changelog |7 +++
3 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index ecb1fde..3499838 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.11.1 - 18 Sep 2013
+-
From ovs-ofctl man page:
tcp_flags=flags/mask
Bitwise match on TCP flags. The flags and mask are 16-bit num‐
bers written in decimal or in hexadecimal prefixed by 0x. Each
1-bit in mask requires that the corresponding bit in port must
Widen TCP flags handling from 7 bits (uint8_t) to 12
bits (uint16_t). The kernel interface remains at 8
bits, which makes no functional difference now, as none
of the higher bits is currenlty of interest to the
userspace.
Signed-off-by: Jarno Rajahalme
---
datapath/datapath.c |2 +-
TCP flags are currently tracked, but not matched against. The first
patch extends the range of TCP flags tracked to cover all currently
defined flags, and the reserved bits, that could in the future be
defined as new TCP flags. Note that for current use this is not
necessary, and could be left as
On Tue, Sep 17, 2013 at 11:38:18AM -0700, Pravin Shelar wrote:
> On Mon, Sep 9, 2013 at 12:20 AM, Simon Horman wrote:
> > Allow datapath to recognize and extract MPLS labels into flow keys
> > and execute actions which push, pop, and set labels on packets.
> >
> > Based heavily on work by Leo Alte